mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-07 01:25:38 -05:00
serverManager to decide if server start needed (#8017)
This commit is contained in:
@@ -84,6 +84,7 @@ export class LocalJupyterServerManager implements nb.ServerManager, vscode.Dispo
|
||||
public async stopServer(): Promise<void> {
|
||||
if (this._jupyterServer) {
|
||||
await this._jupyterServer.stop();
|
||||
this._jupyterServer = undefined;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user