mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-03-29 16:20:29 -04:00
* WIP * wip tde wizard * wip for merge w master * wip * wip share * tde wizard * PR reviews updates * PR review updates * PR updates * PR review updates * PR reviews updates * Bump STS to 4.4.0.22 * PR reviews updates * fix localize build issue * fix build issue with localize * remove unused function * Windows only flag. Bug Bash fixes * Use azdata with latest STS changes * revert azdata, other PR comments * sts and extesion version upgraded. logins back
20 lines
613 B
JSON
20 lines
613 B
JSON
{
|
|
"downloadUrl": "https://github.com/Microsoft/sqltoolsservice/releases/download/{#version#}/microsoft.sqltools.servicelayer-{#fileName#}",
|
|
"version": "4.4.1.4",
|
|
"downloadFileNames": {
|
|
"Windows_86": "win-x86-net6.0.zip",
|
|
"Windows_64": "win-x64-net6.0.zip",
|
|
"OSX": "osx-x64-net6.0.tar.gz",
|
|
"Linux": "rhel-x64-net6.0.tar.gz"
|
|
},
|
|
"installDirectory": "./sqltoolsservice/{#platform#}/{#version#}",
|
|
"executableFiles": ["MicrosoftSqlToolsServiceLayer.exe", "MicrosoftSqlToolsServiceLayer"],
|
|
"retry": {
|
|
"retries": 15,
|
|
"factor": 2,
|
|
"minTimeout": 1000,
|
|
"maxTimeout": 300000,
|
|
"randomize": false
|
|
}
|
|
}
|