提交 ff4d9658 编写于 作者: J Johannes Rieken

ensure vscode.window.showTextEditor opens a text editor not a custom editor, #96397

上级 997b4c86
......@@ -124,7 +124,8 @@ export class MainThreadTextEditors implements MainThreadTextEditorsShape {
selection: options.selection,
// 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
activation: options.preserveFocus ? EditorActivation.RESTORE : undefined,
ignoreOverrides: true
};
const input: IResourceEditorInput = {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册