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

@@ -65,6 +65,12 @@
"when": "connectionProvider == MSSQL && nodeType && nodeType == Folder && nodeLabel == 'Databases' && mssql:engineedition != 11",
"group": "export"
}
],
"commandPalette": [
{
"command": "dacFx.start",
"when": "mssql:engineedition != 11"
}
]
}
},

View File

@@ -1,6 +1,6 @@
{
"downloadUrl": "https://github.com/Microsoft/sqltoolsservice/releases/download/v{#version#}/microsoft.sqltools.servicelayer-{#fileName#}",
"version": "3.0.0-release.46",
"version": "3.0.0-release.48",
"downloadFileNames": {
"Windows_86": "win-x86-netcoreapp3.1.zip",
"Windows_64": "win-x64-netcoreapp3.1.zip",

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"
}
]
}
},