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 c0ab600 commit 0ae8e42Copy full SHA for 0ae8e42
src/vs/workbench/contrib/notebook/browser/services/notebookWorkerServiceImpl.ts
@@ -65,6 +65,7 @@ class WorkerManager extends Disposable {
65
// this._lastWorkerUsedTime = (new Date()).getTime();
66
if (!this._editorWorkerClient) {
67
this._editorWorkerClient = new NotebookWorkerClient(this._notebookService, this._modelService);
68
+ this._register(this._editorWorkerClient);
69
}
70
return Promise.resolve(this._editorWorkerClient);
71
0 commit comments