mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-18 01:25:37 -05:00
Set kernelAlias in startSession when isValidConnection is truthy (#17102)
This commit is contained in:
@@ -712,6 +712,7 @@ export class NotebookModel extends Disposable implements INotebookModel {
|
||||
if (this.isValidConnection(profile)) {
|
||||
this._activeConnection = profile;
|
||||
this._savedConnectionName = profile.connectionName;
|
||||
kernelAlias = this._currentKernelAlias;
|
||||
}
|
||||
|
||||
clientSession.onKernelChanging(async (e) => {
|
||||
|
||||
Reference in New Issue
Block a user