mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
remove the rename db context menu (#22962)
This commit is contained in:
@@ -510,7 +510,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"command": "mssql.renameObject",
|
"command": "mssql.renameObject",
|
||||||
"when": "connectionProvider == MSSQL && nodeType =~ /^(Database|ServerLevelLogin|User|Table|View|ServerLevelServerRole|ApplicationRole|DatabaseRole)$/ && config.workbench.enablePreviewFeatures",
|
"when": "connectionProvider == MSSQL && nodeType =~ /^(ServerLevelLogin|User|Table|View|ServerLevelServerRole|ApplicationRole|DatabaseRole)$/ && config.workbench.enablePreviewFeatures",
|
||||||
"group": "0_query@3"
|
"group": "0_query@3"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -555,7 +555,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"command": "mssql.renameObject",
|
"command": "mssql.renameObject",
|
||||||
"when": "connectionProvider == MSSQL && nodeType =~ /^(Database|ServerLevelLogin|User|Table|View|ServerLevelServerRole|ApplicationRole|DatabaseRole)$/ && config.workbench.enablePreviewFeatures",
|
"when": "connectionProvider == MSSQL && nodeType =~ /^(ServerLevelLogin|User|Table|View|ServerLevelServerRole|ApplicationRole|DatabaseRole)$/ && config.workbench.enablePreviewFeatures",
|
||||||
"group": "connection@3"
|
"group": "connection@3"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user