mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
support default action for OE node (#22455)
* support default action for OE node * fix floating promise
This commit is contained in:
@@ -493,7 +493,8 @@
|
||||
{
|
||||
"command": "mssql.designTable",
|
||||
"when": "connectionProvider == MSSQL && nodeType == Table && nodeSubType != LedgerDropped",
|
||||
"group": "0_query@3"
|
||||
"group": "0_query@3",
|
||||
"isDefault": true
|
||||
},
|
||||
{
|
||||
"command": "mssql.newTable",
|
||||
@@ -513,7 +514,8 @@
|
||||
{
|
||||
"command": "mssql.objectProperties",
|
||||
"when": "connectionProvider == MSSQL && nodeType =~ /^(ServerLevelLogin|User)$/ && config.workbench.enablePreviewFeatures",
|
||||
"group": "0_query@1"
|
||||
"group": "0_query@1",
|
||||
"isDefault": true
|
||||
},
|
||||
{
|
||||
"command": "mssql.deleteObject",
|
||||
|
||||
Reference in New Issue
Block a user