mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-16 01:25:36 -05:00
Renaming query plan to execution plan (#18551)
This commit is contained in:
@@ -352,7 +352,7 @@ export class QueryModelService implements IQueryModelService {
|
||||
this._onQueryEvent.fire(event);
|
||||
});
|
||||
|
||||
queryRunner.onQueryPlan2Available(qp2Info => {
|
||||
queryRunner.onExecutionPlanAvailable(qp2Info => {
|
||||
// fire extensibility API event
|
||||
let event: IQueryEvent = {
|
||||
type: 'executionPlan',
|
||||
|
||||
Reference in New Issue
Block a user