mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-26 01:25:38 -05:00
* connection string * formatting * change serailize reponse type to match connect params * add connection string serialization * readd the connection string to the connection widget * format * remove unnecessary change * update serializer to require provider * update name of function * fix function name * bump dataprotocol and sqltools * revert unnecessary change * remove more unnecessary chagnes * bump sqltoolsserivce * adde configuration for auto parsing the clipboard
20 lines
874 B
JSON
20 lines
874 B
JSON
{
|
|
"downloadUrl": "https://github.com/Microsoft/sqltoolsservice/releases/download/v{#version#}/microsoft.sqltools.servicelayer-{#fileName#}",
|
|
"version": "1.5.0-alpha.28",
|
|
"downloadFileNames": {
|
|
"Windows_86": "win-x86-netcoreapp2.1.zip",
|
|
"Windows_64": "win-x64-netcoreapp2.1.zip",
|
|
"OSX": "osx-x64-netcoreapp2.1.tar.gz",
|
|
"CentOS_7": "rhel-x64-netcoreapp2.1.tar.gz",
|
|
"Debian_8": "rhel-x64-netcoreapp2.1.tar.gz",
|
|
"Fedora_23": "rhel-x64-netcoreapp2.1.tar.gz",
|
|
"OpenSUSE_13_2": "rhel-x64-netcoreapp2.1.tar.gz",
|
|
"RHEL_7": "rhel-x64-netcoreapp2.1.tar.gz",
|
|
"SLES_12_2": "rhel-x64-netcoreapp2.1.tar.gz",
|
|
"Ubuntu_14": "rhel-x64-netcoreapp2.1.tar.gz",
|
|
"Ubuntu_16": "rhel-x64-netcoreapp2.1.tar.gz"
|
|
},
|
|
"installDirectory": "../sqltoolsservice/{#platform#}/{#version#}",
|
|
"executableFiles": ["MicrosoftSqlToolsServiceLayer.exe", "MicrosoftSqlToolsServiceLayer"]
|
|
}
|