From faf4c9232b31cd2735e8e038e8095a27a4b06edc Mon Sep 17 00:00:00 2001 From: Charles Gagnon Date: Sun, 16 May 2021 15:45:59 -0700 Subject: [PATCH] Update SqlToolsService for language service fix (#15492) --- 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 9bc20e247c..afcf99391f 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.103", + "version": "3.0.0-release.104", "downloadFileNames": { "Windows_86": "win-x86-netcoreapp3.1.zip", "Windows_64": "win-x64-netcoreapp3.1.zip",