Skip to content

Commit e2f63c9

Browse files
committed
Revert "fix microsoft#105923."
This reverts commit 26aae86.
1 parent 23c359d commit e2f63c9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/vs/workbench/contrib/notebook/browser/notebook.contribution.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@ export class NotebookContribution extends Disposable implements IWorkbenchContri
387387
const existingEditors = group.editors.filter(editor => editor.resource && isEqual(editor.resource, notebookUri) && !(editor instanceof NotebookEditorInput));
388388

389389
if (existingEditors.length) {
390-
return { override: this.editorService.openEditor(existingEditors[0]) };
390+
return undefined;
391391
}
392392

393393
const userAssociatedEditors = this.getUserAssociatedEditors(notebookUri);

0 commit comments

Comments
 (0)