Remove unused commands from vs code sql proj (#16507)

This commit is contained in:
Charles Gagnon
2021-07-30 19:23:40 -07:00
committed by GitHub
parent 179678b495
commit 2427cbe3c6
4 changed files with 8 additions and 4 deletions

View File

@@ -119,7 +119,7 @@
"view/item/context": [
{
"command": "projects.manageProject",
"when": "view == dataworkspace.views.main && viewItem == databaseProject.itemType.project",
"when": "view == dataworkspace.views.main && viewItem == databaseProject.itemType.project && azdataAvailable",
"group": "0_projectsFirst@1"
}
]