mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-18 09:35:39 -05:00
Make SandDance work generically for Kusto (#12229)
* Make SandDance work generically for Kusto and Postgres * Addressed comments * removed param Co-authored-by: Monica Gupta <mogupt@microsoft.com>
This commit is contained in:
@@ -486,7 +486,7 @@ export function createAdsApiFactory(accessor: ServicesAccessor): IAdsExtensionAp
|
||||
},
|
||||
|
||||
registerQueryEventListener(listener: azdata.queryeditor.QueryEventListener): void {
|
||||
extHostQueryEditor.$registerQueryInfoListener(mssqlProviderName, listener);
|
||||
extHostQueryEditor.$registerQueryInfoListener(listener);
|
||||
},
|
||||
|
||||
getQueryDocument(fileUri: string): Thenable<azdata.queryeditor.QueryDocument> {
|
||||
|
||||
Reference in New Issue
Block a user