提交 6d3fd74a 编写于 作者: R rebornix

Fix #99680.

上级 575080a7
......@@ -320,17 +320,6 @@ export class NotebookContribution extends Disposable implements IWorkbenchContri
}
}
if (this._resourceMapping.has(resource)) {
const input = this._resourceMapping.get(resource);
if (!input!.isDisposed()) {
input?.updateGroup(group.id);
return { override: this.editorService.openEditor(input!, new NotebookEditorOptions(options || {}).with({ override: false }), group) };
} else {
this._resourceMapping.delete(resource);
}
}
let info: NotebookProviderInfo | undefined;
const data = CellUri.parse(resource);
if (data) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册