From f2afacd8b25b0d3e8efcf319f3c50e35c5056ad7 Mon Sep 17 00:00:00 2001 From: Kevin Cunnane Date: Mon, 22 Jul 2019 17:22:53 -0700 Subject: [PATCH] Update sql server notebook extension to 0.1.1 (#6458) --- .vscode/launch.json | 6 ++++-- build/builtInExtensions-insiders.json | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index 647bc7f687..83491fdc4a 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -70,10 +70,12 @@ "timeout": 20000 }, "osx": { - "runtimeExecutable": "${workspaceFolder}/scripts/sql.sh" + "runtimeExecutable": "${workspaceFolder}/scripts/sql.sh", + "timeout": 20000 }, "linux": { - "runtimeExecutable": "${workspaceFolder}/scripts/sql.sh" + "runtimeExecutable": "${workspaceFolder}/scripts/sql.sh", + "timeout": 20000 }, "env": { "VSCODE_EXTHOST_WILL_SEND_SOCKET": null diff --git a/build/builtInExtensions-insiders.json b/build/builtInExtensions-insiders.json index fc6bc1f24c..e3e62fbbb1 100644 --- a/build/builtInExtensions-insiders.json +++ b/build/builtInExtensions-insiders.json @@ -1,7 +1,7 @@ [ { "name": "Microsoft.sqlservernotebook", - "version": "0.1.0", + "version": "0.1.1", "repo": "https://github.com/Microsoft/azuredatastudio" } ]