From a2265f8ccd9ca88d3604fb5d10128f0b6e13f4f8 Mon Sep 17 00:00:00 2001 From: Charles Gagnon Date: Fri, 6 Nov 2020 08:47:06 -0800 Subject: [PATCH] Update to latest SQL Tools Service (.52) (#13264) --- extensions/mssql/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/mssql/config.json b/extensions/mssql/config.json index 2b8d812402..f6e0aa5fb8 100644 --- a/extensions/mssql/config.json +++ b/extensions/mssql/config.json @@ -1,6 +1,6 @@ { "downloadUrl": "https://github.com/Microsoft/sqltoolsservice/releases/download/v{#version#}/microsoft.sqltools.servicelayer-{#fileName#}", - "version": "3.0.0-release.50", + "version": "3.0.0-release.52", "downloadFileNames": { "Windows_86": "win-x86-netcoreapp3.1.zip", "Windows_64": "win-x64-netcoreapp3.1.zip",