mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -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)) {
|
if (this.isValidConnection(profile)) {
|
||||||
this._activeConnection = profile;
|
this._activeConnection = profile;
|
||||||
this._savedConnectionName = profile.connectionName;
|
this._savedConnectionName = profile.connectionName;
|
||||||
|
kernelAlias = this._currentKernelAlias;
|
||||||
}
|
}
|
||||||
|
|
||||||
clientSession.onKernelChanging(async (e) => {
|
clientSession.onKernelChanging(async (e) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user