mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Update notebook convert action when clause for notebook editor (#11826)
This commit is contained in:
@@ -474,7 +474,7 @@
|
||||
"notebook/toolbar": [
|
||||
{
|
||||
"command": "mssql.exportNotebookToSql",
|
||||
"when": "config.workbench.enablePreviewFeatures && providerId == sql"
|
||||
"when": "config.notebook.showNotebookConvertActions && providerId == sql"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user