mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-25 09:35:37 -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:
@@ -300,6 +300,8 @@ export interface IConnectionManagementService {
|
||||
|
||||
getProviderProperties(providerName: string): ConnectionProviderProperties;
|
||||
|
||||
getProviderLanguageMode(providerName?: string): string;
|
||||
|
||||
getConnectionIconId(connectionId: string): string;
|
||||
|
||||
/**
|
||||
|
||||
@@ -287,6 +287,10 @@ export class TestConnectionManagementService implements IConnectionManagementSer
|
||||
return undefined!;
|
||||
}
|
||||
|
||||
getProviderLanguageMode(providerName?: string): string {
|
||||
return undefined!;
|
||||
}
|
||||
|
||||
getConnectionIconId(connectionId: string): string {
|
||||
return undefined!;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user