mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-25 17:23:10 -05:00
Kusto - ADS Core changes (#11750)
* ADS Core changes * Generic fix to get language mode based on providerId * Addressed comments * Fix failing tests * Fix for "New Notebook" from file menu option * Remove line * Fix for merge conflict * Add removed comment back * Addressed comments Co-authored-by: Monica Gupta <mogupt@microsoft.com>
This commit is contained in:
@@ -247,7 +247,7 @@ class SqlKernel extends Disposable implements nb.IKernel {
|
||||
implementation: '',
|
||||
implementation_version: '',
|
||||
language_info: {
|
||||
name: 'sql',
|
||||
name: this._connectionManagementService.getProviderLanguageMode(this._currentConnection?.providerName),
|
||||
version: '',
|
||||
},
|
||||
banner: '',
|
||||
|
||||
Reference in New Issue
Block a user