We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23c359d commit e2f63c9Copy full SHA for e2f63c9
1 file changed
src/vs/workbench/contrib/notebook/browser/notebook.contribution.ts
@@ -387,7 +387,7 @@ export class NotebookContribution extends Disposable implements IWorkbenchContri
387
const existingEditors = group.editors.filter(editor => editor.resource && isEqual(editor.resource, notebookUri) && !(editor instanceof NotebookEditorInput));
388
389
if (existingEditors.length) {
390
- return { override: this.editorService.openEditor(existingEditors[0]) };
+ return undefined;
391
}
392
393
const userAssociatedEditors = this.getUserAssociatedEditors(notebookUri);
0 commit comments