mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-14 01:25:37 -05:00
* Added WIP table designer input change * added test details to tableDesigner * added connection name to details * wip restoration of nonDefaultOptions * added Verbosity todo for getTitle * added updated info * added fix for mainController * fixed assignment * added update to description * restore title parts to old names * added clarifying message * added title to dashboard and profilerinput * added advanced titles for edit data and query editor input * added changes based on feedback * added additional description * Added some changes to tableDesigner input * fixed comments * removed erroneous import * added updated titles and tooltips * added small corrections * added profiler XEL title feature * added session name to profiler input tooltip * added small tooltip rework * remove unavailable session name * added update to config.json
25 lines
707 B
JSON
25 lines
707 B
JSON
{
|
|
"downloadUrl": "https://github.com/Microsoft/sqltoolsservice/releases/download/{#version#}/microsoft.sqltools.servicelayer-{#fileName#}",
|
|
"version": "4.10.0.16",
|
|
"downloadFileNames": {
|
|
"Windows_86": "win-x86-net7.0.zip",
|
|
"Windows_64": "win-x64-net7.0.zip",
|
|
"Windows_ARM64": "win-arm64-net7.0.zip",
|
|
"OSX": "osx-x64-net7.0.tar.gz",
|
|
"OSX_ARM64": "osx-arm64-net7.0.tar.gz",
|
|
"Linux": "rhel-x64-net7.0.tar.gz"
|
|
},
|
|
"installDirectory": "./sqltoolsservice/{#platform#}/{#version#}",
|
|
"executableFiles": [
|
|
"MicrosoftSqlToolsServiceLayer.exe",
|
|
"MicrosoftSqlToolsServiceLayer"
|
|
],
|
|
"retry": {
|
|
"retries": 15,
|
|
"factor": 2,
|
|
"minTimeout": 1000,
|
|
"maxTimeout": 300000,
|
|
"randomize": false
|
|
}
|
|
}
|