mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-28 01:25:39 -05:00
@@ -45,7 +45,6 @@ export class NotebookEditorModel extends EditorModel {
|
||||
// Hook to content change events
|
||||
notebook.modelReady.then(() => {
|
||||
this._register(notebook.model.contentChanged(e => this.updateModel()));
|
||||
this._register(notebook.model.kernelChanged(e => this.updateModel()));
|
||||
}, err => undefined);
|
||||
}
|
||||
}));
|
||||
|
||||
Reference in New Issue
Block a user