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

@@ -261,7 +261,7 @@
},
{
"command": "sqlDatabaseProjects.schemaCompare",
"when": "view == dataworkspace.views.main && viewItem == databaseProject.itemType.project",
"when": "view == dataworkspace.views.main && viewItem == databaseProject.itemType.project && azdataAvailable",
"group": "1_dbProjectsFirst@3"
},
{