mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
Remove SQLCMD button from preview (#24224)
This commit is contained in:
@@ -337,11 +337,11 @@ export class QueryEditor extends EditorPane {
|
|||||||
{ element: Taskbar.createTaskbarSeparator() },
|
{ element: Taskbar.createTaskbarSeparator() },
|
||||||
{ action: this._estimatedQueryPlanAction },
|
{ action: this._estimatedQueryPlanAction },
|
||||||
{ action: this._toggleActualExecutionPlanMode },
|
{ action: this._toggleActualExecutionPlanMode },
|
||||||
{ action: this._parseQueryAction }
|
{ action: this._parseQueryAction },
|
||||||
|
{ action: this._toggleSqlcmdMode }
|
||||||
);
|
);
|
||||||
if (previewFeaturesEnabled) {
|
if (previewFeaturesEnabled) {
|
||||||
content.push(
|
content.push(
|
||||||
{ action: this._toggleSqlcmdMode },
|
|
||||||
{ action: this._exportAsNotebookAction }
|
{ action: this._exportAsNotebookAction }
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user