mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-19 09:35:36 -05:00
* Initial support for handling available sessions * Displaying sessions in drop down, send session name in start profiling request * More support for starting existing sessions * New session dialog and session templates in user files * Create profiler dialog and session templates * Preliminary session template changes * Saving some changes * Send session templates when creating sessions * Saving changes * UI Fixes for dialog * Formatting fixes * removing comments * Fixing PR comments * bumping toolsservice and dataprotocolclient versions * Fixing starting existing sessions
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.22",
|
|
"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"]
|
|
}
|