mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-13 17:22:15 -05:00
* wip * Update typings * nullable * update test service * support securables * updata test data * fix issues * fix build failure * update test mocks * fix typo * fix reference * fix findobjectdialog issue * update SearchResultItem type * fix table component perf issue * hide effective permission for server role * hide effective permission for app role and db role * vbump sts and fix a couple issues * STS update and UI update * fix user login display issue * vbump sts
25 lines
705 B
JSON
25 lines
705 B
JSON
{
|
|
"downloadUrl": "https://github.com/Microsoft/sqltoolsservice/releases/download/{#version#}/microsoft.sqltools.servicelayer-{#fileName#}",
|
|
"version": "4.8.0.7",
|
|
"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
|
|
}
|
|
}
|