mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-03-25 22:30:29 -04:00
Check kernel dependencies when a new session is started (#16040)
* check dependencies when a new session is started * fix test * fix issue when kernel spec is not found
This commit is contained in:
@@ -476,7 +476,7 @@ export class JupyterServerInstallation implements IJupyterServerInstallation {
|
||||
|
||||
await fs.remove(this._oldPythonInstallationPath);
|
||||
this._upgradeInProcess = false;
|
||||
} else {
|
||||
} else if (!installSettings.packageUpgradeOnly) {
|
||||
await vscode.commands.executeCommand('notebook.action.restartJupyterNotebookSessions');
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user