提交 26aae86a 编写于 作者: R rebornix

fix #105923.

上级 d936ff3d
......@@ -346,7 +346,7 @@ export class NotebookContribution extends Disposable implements IWorkbenchContri
const existingEditors = group.editors.filter(editor => editor.resource && isEqual(editor.resource, notebookUri) && !(editor instanceof NotebookEditorInput));
if (existingEditors.length) {
return undefined;
return { override: this.editorService.openEditor(existingEditors[0]) };
}
const userAssociatedEditors = this.getUserAssociatedEditors(notebookUri);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册