mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-13 17:22:15 -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 {
|
||||
spec = notebookConstants.sqlKernelSpec;
|
||||
this.logService.info(`Could not find kernel spec from display name ${displayName}. Defaulting to SQL kernel.`);
|
||||
}
|
||||
return spec;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user