mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Update Kusto Version and ToolService Version (#14428)
* Updated kusto toolservice version from 60 to 80 * Updated Kusto version
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"downloadUrl": "https://github.com/Microsoft/sqltoolsservice/releases/download/v{#version#}/microsoft.sqltools.servicelayer-{#fileName#}",
|
"downloadUrl": "https://github.com/Microsoft/sqltoolsservice/releases/download/v{#version#}/microsoft.sqltools.servicelayer-{#fileName#}",
|
||||||
"version": "3.0.0-release.60",
|
"version": "3.0.0-release.80",
|
||||||
"downloadFileNames": {
|
"downloadFileNames": {
|
||||||
"Windows_86": "win-x86-netcoreapp3.1.zip",
|
"Windows_86": "win-x86-netcoreapp3.1.zip",
|
||||||
"Windows_64": "win-x64-netcoreapp3.1.zip",
|
"Windows_64": "win-x64-netcoreapp3.1.zip",
|
||||||
@@ -15,7 +15,10 @@
|
|||||||
"Ubuntu_16": "rhel-x64-netcoreapp3.1.tar.gz"
|
"Ubuntu_16": "rhel-x64-netcoreapp3.1.tar.gz"
|
||||||
},
|
},
|
||||||
"installDirectory": "../sqltoolsservice/{#platform#}/{#version#}",
|
"installDirectory": "../sqltoolsservice/{#platform#}/{#version#}",
|
||||||
"executableFiles": ["MicrosoftKustoServiceLayer.exe", "MicrosoftKustoServiceLayer"],
|
"executableFiles": [
|
||||||
|
"MicrosoftKustoServiceLayer.exe",
|
||||||
|
"MicrosoftKustoServiceLayer"
|
||||||
|
],
|
||||||
"retry": {
|
"retry": {
|
||||||
"retries": 15,
|
"retries": 15,
|
||||||
"factor": 2,
|
"factor": 2,
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "kusto",
|
"name": "kusto",
|
||||||
"version": "0.4.0",
|
"version": "0.5.0",
|
||||||
"publisher": "Microsoft",
|
"publisher": "Microsoft",
|
||||||
"aiKey": "AIF-444c3af9-8e69-4462-ab49-4191e6ad1916",
|
"aiKey": "AIF-444c3af9-8e69-4462-ab49-4191e6ad1916",
|
||||||
"activationEvents": [
|
"activationEvents": [
|
||||||
|
|||||||
Reference in New Issue
Block a user