This commit is contained in:
Logan Ramos
2021-06-18 11:16:21 -04:00
parent 1dab1072ff
commit 9d20e9ff56
3 changed files with 23 additions and 12 deletions

View File

@@ -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.DISABLED
override: EditorOverride.EXCLUSIVE_ONLY
};
const input: IResourceEditorInput = {