We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 045bed8 commit bcbf0d8Copy full SHA for bcbf0d8
src/vs/workbench/contrib/notebook/common/notebookEditorModel.ts
@@ -473,7 +473,7 @@ export class SimpleNotebookEditorModel extends EditorModel implements INotebookE
473
}
474
475
override isResolved(): this is IResolvedNotebookEditorModel {
476
- return Boolean(this._workingCopy);
+ return Boolean(this._workingCopy?.model?.notebookModel);
477
478
479
isDirty(): boolean {
0 commit comments