mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
Fixing default (#23139)
This commit is contained in:
@@ -534,8 +534,7 @@
|
|||||||
{
|
{
|
||||||
"command": "mssql.designTable",
|
"command": "mssql.designTable",
|
||||||
"when": "connectionProvider == MSSQL && nodeType == Table && nodeSubType != LedgerDropped",
|
"when": "connectionProvider == MSSQL && nodeType == Table && nodeSubType != LedgerDropped",
|
||||||
"group": "inline@2",
|
"group": "inline@2"
|
||||||
"isDefault": true
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"command": "mssql.newTable",
|
"command": "mssql.newTable",
|
||||||
@@ -550,8 +549,7 @@
|
|||||||
{
|
{
|
||||||
"command": "mssql.objectProperties",
|
"command": "mssql.objectProperties",
|
||||||
"when": "connectionProvider == MSSQL && nodeType =~ /^(ServerLevelLogin|User|ServerLevelServerRole|ApplicationRole|DatabaseRole)$/ && config.workbench.enablePreviewFeatures",
|
"when": "connectionProvider == MSSQL && nodeType =~ /^(ServerLevelLogin|User|ServerLevelServerRole|ApplicationRole|DatabaseRole)$/ && config.workbench.enablePreviewFeatures",
|
||||||
"group": "inline@2",
|
"group": "inline@2"
|
||||||
"isDefault": true
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"command": "mssql.deleteObject",
|
"command": "mssql.deleteObject",
|
||||||
|
|||||||
Reference in New Issue
Block a user