From db5a22630bd0020cc105dff8cc46a9676e82fa83 Mon Sep 17 00:00:00 2001 From: Logan Ramos Date: Fri, 18 Jun 2021 13:38:14 -0400 Subject: [PATCH] Revert exclusive only for openTextDocument --- src/vs/workbench/api/browser/mainThreadEditors.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vs/workbench/api/browser/mainThreadEditors.ts b/src/vs/workbench/api/browser/mainThreadEditors.ts index 72d97e02e7c..9cf68817e11 100644 --- a/src/vs/workbench/api/browser/mainThreadEditors.ts +++ b/src/vs/workbench/api/browser/mainThreadEditors.ts @@ -144,7 +144,7 @@ export class MainThreadTextEditors implements MainThreadTextEditorsShape { // preserve pre 1.38 behaviour to not make group active when preserveFocus: true // but make sure to restore the editor to fix https://github.com/microsoft/vscode/issues/79633 activation: options.preserveFocus ? EditorActivation.RESTORE : undefined, - override: EditorOverride.EXCLUSIVE_ONLY + override: EditorOverride.DISABLED }; const input: IResourceEditorInput = {