mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 02:51:36 -05:00
Update notebook convert action when clause for notebook editor (#11826)
This commit is contained in:
@@ -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"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user