mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-04-01 17:40:30 -04:00
Split up NotebookProvider into separate providers for handling file serialization and cell execution. (#17176)
This commit is contained in:
@@ -58,7 +58,7 @@ const configBase = {
|
||||
}
|
||||
};
|
||||
|
||||
export class JupyterSessionManager implements nb.SessionManager {
|
||||
export class JupyterSessionManager implements nb.SessionManager, vscode.Disposable {
|
||||
private _ready: Deferred<void>;
|
||||
private _isReady: boolean;
|
||||
private _sessionManager: Session.IManager;
|
||||
|
||||
Reference in New Issue
Block a user