mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
Add log message when falling back to default kernel (#24447)
This commit is contained in:
@@ -1321,6 +1321,7 @@ export class NotebookModel extends Disposable implements INotebookModel {
|
|||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
spec = notebookConstants.sqlKernelSpec;
|
spec = notebookConstants.sqlKernelSpec;
|
||||||
|
this.logService.info(`Could not find kernel spec from display name ${displayName}. Defaulting to SQL kernel.`);
|
||||||
}
|
}
|
||||||
return spec;
|
return spec;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user