diff --git a/src/vs/workbench/api/node/extHostEditors.ts b/src/vs/workbench/api/node/extHostEditors.ts index 56b623de3c4..d5e05510f3e 100644 --- a/src/vs/workbench/api/node/extHostEditors.ts +++ b/src/vs/workbench/api/node/extHostEditors.ts @@ -631,7 +631,7 @@ export class MainThreadEditors { }); handle = setTimeout(() => { contd(); - }, 100); + }, 250); }).then(() => { // find the editor we have just opened and return the