add "New Table" menu to Tables node in OE (#18038)

This commit is contained in:
Hai Cao
2022-01-20 16:37:23 -08:00
committed by GitHub
parent 470afe2e8a
commit 2f6fa1e1df

View File

@@ -503,6 +503,11 @@
"command": "mssql.designTable",
"when": "connectionProvider == MSSQL && nodeType == Table && config.tableDesigner.enableFeature",
"group": "0_query@3"
},
{
"command": "mssql.newTable",
"when": "connectionProvider == MSSQL && nodeType == Folder && nodeLabel == Tables && config.tableDesigner.enableFeature",
"group": "0_query@1"
}
],
"notebook/toolbar": [