Update sql server notebook extension to 0.1.1 (#6458)

This commit is contained in:
Kevin Cunnane
2019-07-22 17:22:53 -07:00
committed by GitHub
parent 7e98727d4c
commit f2afacd8b2
2 changed files with 5 additions and 3 deletions

6
.vscode/launch.json vendored
View File

@@ -70,10 +70,12 @@
"timeout": 20000 "timeout": 20000
}, },
"osx": { "osx": {
"runtimeExecutable": "${workspaceFolder}/scripts/sql.sh" "runtimeExecutable": "${workspaceFolder}/scripts/sql.sh",
"timeout": 20000
}, },
"linux": { "linux": {
"runtimeExecutable": "${workspaceFolder}/scripts/sql.sh" "runtimeExecutable": "${workspaceFolder}/scripts/sql.sh",
"timeout": 20000
}, },
"env": { "env": {
"VSCODE_EXTHOST_WILL_SEND_SOCKET": null "VSCODE_EXTHOST_WILL_SEND_SOCKET": null

View File

@@ -1,7 +1,7 @@
[ [
{ {
"name": "Microsoft.sqlservernotebook", "name": "Microsoft.sqlservernotebook",
"version": "0.1.0", "version": "0.1.1",
"repo": "https://github.com/Microsoft/azuredatastudio" "repo": "https://github.com/Microsoft/azuredatastudio"
} }
] ]