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 1796808 commit e09a06cCopy full SHA for e09a06c
src/notebooks/deepnote/sqlCellStatusBarProvider.ts
@@ -41,6 +41,9 @@ export class SqlCellStatusBarProvider implements NotebookCellStatusBarItemProvid
41
this._onDidChangeCellStatusBarItems.fire();
42
})
43
);
44
+
45
+ // Dispose our emitter with the extension
46
+ this.disposables.push(this._onDidChangeCellStatusBarItems);
47
}
48
49
public provideCellStatusBarItems(
0 commit comments