mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 02:51:36 -05:00
change got overwritten (#6788)
This commit is contained in:
@@ -474,8 +474,8 @@ export function createAdsApiFactory(accessor: ServicesAccessor): IAdsExtensionAp
|
|||||||
return extHostQueryEditor.$connect(fileUri, connectionId);
|
return extHostQueryEditor.$connect(fileUri, connectionId);
|
||||||
},
|
},
|
||||||
|
|
||||||
runQuery(fileUri: string, options?: Map<string, string>): void {
|
runQuery(fileUri: string, options?: Map<string, string>, runCurrentQuery: boolean = true): void {
|
||||||
extHostQueryEditor.$runQuery(fileUri);
|
extHostQueryEditor.$runQuery(fileUri, runCurrentQuery);
|
||||||
},
|
},
|
||||||
|
|
||||||
registerQueryEventListener(listener: azdata.queryeditor.QueryEventListener): void {
|
registerQueryEventListener(listener: azdata.queryeditor.QueryEventListener): void {
|
||||||
|
|||||||
Reference in New Issue
Block a user