Fix manage action for arc view (#12389)

This commit is contained in:
Charles Gagnon
2020-09-17 07:09:39 -07:00
committed by GitHub
parent fca8b85a72
commit 451bbe890b
3 changed files with 3 additions and 3 deletions

View File

@@ -96,7 +96,7 @@
"view/item/context": [
{
"command": "arc.openDashboard",
"when": "view == azureArc && viewItem == sqlManagedInstances",
"when": "view == azureArc && viewItem && viewItem != postgresInstances)",
"group": "navigation@1"
},
{