Remove preview checks from ep (#21008)

This commit is contained in:
Aasim Khan
2022-10-27 10:05:16 -07:00
committed by GitHub
parent 540ebd6f7f
commit 512eba5675
5 changed files with 11 additions and 10 deletions

View File

@@ -16,7 +16,7 @@ import { QueryResultsView } from 'sql/workbench/contrib/query/browser/queryResul
import { Disposable, dispose } from 'vs/base/common/lifecycle';
export class ExecutionPlanTab implements IPanelTab {
public readonly title = localize('executionPlanTitle', "Query Plan (Preview)");
public readonly title = localize('executionPlanTitle', "Query Plan");
public readonly identifier = 'ExecutionPlan2Tab';
public readonly view: ExecutionPlanTabView;