From 2ca5d188558d663be28f316d4ae998c6c391a189 Mon Sep 17 00:00:00 2001 From: Maddy <12754347+MaddyDev@users.noreply.github.com> Date: Tue, 22 Oct 2019 17:13:48 -0700 Subject: [PATCH] Update/sqlserverbook extension to stable (#7914) * move package info from builtin-inisders to builtin extensions * vbump for the filename fiasco change * merged master * revert sql.bat update --- build/builtInExtensions-insiders.json | 5 ----- build/builtInExtensions.json | 5 +++++ 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/build/builtInExtensions-insiders.json b/build/builtInExtensions-insiders.json index ca5e7a3d39..0d4f101c7a 100644 --- a/build/builtInExtensions-insiders.json +++ b/build/builtInExtensions-insiders.json @@ -1,7 +1,2 @@ [ - { - "name": "Microsoft.sqlservernotebook", - "version": "0.2.1", - "repo": "https://github.com/Microsoft/azuredatastudio" - } ] diff --git a/build/builtInExtensions.json b/build/builtInExtensions.json index 0d4f101c7a..f51bba8edc 100644 --- a/build/builtInExtensions.json +++ b/build/builtInExtensions.json @@ -1,2 +1,7 @@ [ + { + "name": "Microsoft.sqlservernotebook", + "version": "0.3.1", + "repo": "https://github.com/Microsoft/azuredatastudio" + } ]