Cleanup OE context menu order (#23592)

This commit is contained in:
Charles Gagnon
2023-06-30 11:33:05 -07:00
committed by GitHub
parent 1662cedf17
commit 4a160b331f
3 changed files with 10 additions and 8 deletions

View File

@@ -381,7 +381,8 @@
],
"dataGrid/item/context": [
{
"command": "azure.dataGrid.openInAzurePortal"
"command": "azure.dataGrid.openInAzurePortal",
"group": "y_portal"
}
]
},