mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 02:51:36 -05:00
Fixing result grid plans not opening execution plan editor. (#21022)
This commit is contained in:
@@ -726,7 +726,7 @@ export abstract class GridTableBase<T> extends Disposable implements IView {
|
|||||||
graphFileType: result.queryExecutionPlanFileExtension
|
graphFileType: result.queryExecutionPlanFileExtension
|
||||||
};
|
};
|
||||||
|
|
||||||
const executionPlanInput = this._register(this.instantiationService.createInstance(ExecutionPlanInput, undefined, executionPlanGraphInfo));
|
const executionPlanInput = this.instantiationService.createInstance(ExecutionPlanInput, undefined, executionPlanGraphInfo);
|
||||||
await this.editorService.openEditor(executionPlanInput);
|
await this.editorService.openEditor(executionPlanInput);
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
|||||||
Reference in New Issue
Block a user