mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-22 01:29:04 +01:00
emit editor close event.
This commit is contained in:
@@ -1099,6 +1099,7 @@ export class ExtHostNotebookController implements ExtHostNotebookShape, ExtHostN
|
||||
e.editor.dispose();
|
||||
e.onDidReceiveMessage.dispose();
|
||||
this._editors.delete(e.editor.id);
|
||||
editorChanged = true;
|
||||
}
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user