Skip to content

Commit e09a06c

Browse files
committed
fix sql status bar emitter disposing
1 parent 1796808 commit e09a06c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/notebooks/deepnote/sqlCellStatusBarProvider.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ export class SqlCellStatusBarProvider implements NotebookCellStatusBarItemProvid
4141
this._onDidChangeCellStatusBarItems.fire();
4242
})
4343
);
44+
45+
// Dispose our emitter with the extension
46+
this.disposables.push(this._onDidChangeCellStatusBarItems);
4447
}
4548

4649
public provideCellStatusBarItems(

0 commit comments

Comments
 (0)