From 1ea09c7add12a6d82b1f925321fab8d218826ea6 Mon Sep 17 00:00:00 2001 From: Charles Gagnon Date: Wed, 2 Oct 2019 11:20:40 -0700 Subject: [PATCH] Update SqlToolsService for rows affected fix (#7469) --- 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 c8233d39e1..79854018c0 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": "2.0.0-release.15", + "version": "2.0.0-release.18", "downloadFileNames": { "Windows_86": "win-x86-netcoreapp2.2.zip", "Windows_64": "win-x64-netcoreapp2.2.zip",