add table designer menu to Azure view (#18307)

This commit is contained in:
Alan Ren
2022-02-10 14:36:56 -08:00
committed by GitHub
parent 1eff096220
commit 7bc954f942

View File

@@ -510,6 +510,18 @@
"group": "0_query@1"
}
],
"dataExplorer/context": [
{
"command": "mssql.designTable",
"when": "connectionProvider == MSSQL && nodeType == Table && config.workbench.enablePreviewFeatures",
"group":"connection@3"
},
{
"command": "mssql.newTable",
"when": "connectionProvider == MSSQL && nodeType == Folder && nodeLabel == Tables && config.workbench.enablePreviewFeatures",
"group":"connection@1"
}
],
"notebook/toolbar": [
{
"command": "mssql.exportNotebookToSql",