mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
add table designer menu to Azure view (#18307)
This commit is contained in:
@@ -510,6 +510,18 @@
|
|||||||
"group": "0_query@1"
|
"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": [
|
"notebook/toolbar": [
|
||||||
{
|
{
|
||||||
"command": "mssql.exportNotebookToSql",
|
"command": "mssql.exportNotebookToSql",
|
||||||
|
|||||||
Reference in New Issue
Block a user