mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Fix manage action for arc view (#12389)
This commit is contained in:
@@ -96,7 +96,7 @@
|
||||
"view/item/context": [
|
||||
{
|
||||
"command": "arc.openDashboard",
|
||||
"when": "view == azureArc && viewItem == sqlManagedInstances",
|
||||
"when": "view == azureArc && viewItem && viewItem != postgresInstances)",
|
||||
"group": "navigation@1"
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user