Enable script to notebook actions under preview flag (#13164)

This commit is contained in:
Charles Gagnon
2020-10-30 15:24:35 -07:00
committed by GitHub
parent 8717a03466
commit 341f7aa7ad
3 changed files with 4 additions and 21 deletions

View File

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