Revert "Remove SQLCMD button from preview (#24224)" (#24228)

This reverts commit d3b84a3646.
This commit is contained in:
Erin Stellato
2023-08-25 23:59:57 -04:00
committed by GitHub
parent d3b84a3646
commit 76642a2b73

View File

@@ -337,11 +337,11 @@ export class QueryEditor extends EditorPane {
{ element: Taskbar.createTaskbarSeparator() },
{ action: this._estimatedQueryPlanAction },
{ action: this._toggleActualExecutionPlanMode },
{ action: this._parseQueryAction },
{ action: this._toggleSqlcmdMode }
{ action: this._parseQueryAction }
);
if (previewFeaturesEnabled) {
content.push(
{ action: this._toggleSqlcmdMode },
{ action: this._exportAsNotebookAction }
);
}