Hiding dacpac from search for SQLOD (#13142)

* Hiding dacpac from search for SQLOD

* Removing Schema compare from search bar for SQL OD

* Updating STS version for removing ServerRoles folder change for SQL OD
This commit is contained in:
BranislavGrbicMDCS
2020-10-30 22:05:19 +01:00
committed by GitHub
parent 69527f91b0
commit 3b18f9f8ec
3 changed files with 13 additions and 1 deletions

View File

@@ -72,6 +72,12 @@
"when": "connectionProvider == MSSQL && nodeType && nodeType == Server && mssql:engineedition != 11",
"group": "export"
}
],
"commandPalette": [
{
"command": "schemaCompare.start",
"when": "mssql:engineedition != 11"
}
]
}
},