Fixing default (#23139)

This commit is contained in:
Aasim Khan
2023-05-15 21:33:56 -07:00
committed by GitHub
parent b260edcec3
commit 20f409adca

View File

@@ -534,8 +534,7 @@
{
"command": "mssql.designTable",
"when": "connectionProvider == MSSQL && nodeType == Table && nodeSubType != LedgerDropped",
"group": "inline@2",
"isDefault": true
"group": "inline@2"
},
{
"command": "mssql.newTable",
@@ -550,8 +549,7 @@
{
"command": "mssql.objectProperties",
"when": "connectionProvider == MSSQL && nodeType =~ /^(ServerLevelLogin|User|ServerLevelServerRole|ApplicationRole|DatabaseRole)$/ && config.workbench.enablePreviewFeatures",
"group": "inline@2",
"isDefault": true
"group": "inline@2"
},
{
"command": "mssql.deleteObject",