mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-22 01:25:38 -05:00
Remove preview checks from ep (#21008)
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user