Update notebook convert action when clause for notebook editor (#11826)

This commit is contained in:
Charles Gagnon
2020-08-15 17:27:43 -07:00
committed by GitHub
parent 273f6b658a
commit 3192d056f2

View File

@@ -474,7 +474,7 @@
"notebook/toolbar": [ "notebook/toolbar": [
{ {
"command": "mssql.exportNotebookToSql", "command": "mssql.exportNotebookToSql",
"when": "config.workbench.enablePreviewFeatures && providerId == sql" "when": "config.notebook.showNotebookConvertActions && providerId == sql"
} }
] ]
}, },