mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-13 17:22:15 -05:00
This reverts commit d3b84a3646.
This commit is contained in:
@@ -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 }
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user