Fixing result grid plans not opening execution plan editor. (#21022)

This commit is contained in:
Aasim Khan
2022-10-28 10:28:54 -07:00
committed by GitHub
parent ab946e1b3d
commit 968f4c7aa4

View File

@@ -726,7 +726,7 @@ export abstract class GridTableBase<T> extends Disposable implements IView {
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);
}
else {