mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Remove irrelevant context menu options from ledger objects in OE (#20571)
* fixing icons for new ledger object SubTypes * removing irrelevant context menu options from ledger objects in OE * aligning LedgerDropped subtype context key specifically with the Table NodeType context key
This commit is contained in:
@@ -511,7 +511,7 @@
|
||||
},
|
||||
{
|
||||
"command": "mssql.designTable",
|
||||
"when": "connectionProvider == MSSQL && nodeType == Table && config.workbench.enablePreviewFeatures",
|
||||
"when": "connectionProvider == MSSQL && nodeType == Table && nodeSubType != LedgerDropped && config.workbench.enablePreviewFeatures",
|
||||
"group": "0_query@3"
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user