mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
add "New Table" menu to Tables node in OE (#18038)
This commit is contained in:
@@ -503,6 +503,11 @@
|
|||||||
"command": "mssql.designTable",
|
"command": "mssql.designTable",
|
||||||
"when": "connectionProvider == MSSQL && nodeType == Table && config.tableDesigner.enableFeature",
|
"when": "connectionProvider == MSSQL && nodeType == Table && config.tableDesigner.enableFeature",
|
||||||
"group": "0_query@3"
|
"group": "0_query@3"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"command": "mssql.newTable",
|
||||||
|
"when": "connectionProvider == MSSQL && nodeType == Folder && nodeLabel == Tables && config.tableDesigner.enableFeature",
|
||||||
|
"group": "0_query@1"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"notebook/toolbar": [
|
"notebook/toolbar": [
|
||||||
|
|||||||
Reference in New Issue
Block a user