Add support for installing azdata on Windows (#11387)

* Add support for installing azdata on Windows

* Don't run startup code when in test context since it blocks on UI input

* restart checks

* Disable calls for now
This commit is contained in:
Charles Gagnon
2020-07-18 18:15:52 -07:00
committed by GitHub
parent 5613a97fae
commit 6f9991e22b
7 changed files with 652 additions and 3 deletions

View File

@@ -20,9 +20,15 @@
},
"main": "./out/extension",
"dependencies": {
"vscode-nls": "^4.1.2"
"request": "^2.88.2",
"uuid": "^8.2.0",
"vscode-nls": "^4.1.2",
"which": "^2.0.2"
},
"devDependencies": {
"@types/node": "^12.11.7"
"@types/node": "^12.11.7",
"@types/request": "^2.48.5",
"@types/uuid": "^8.0.0",
"@types/which": "^1.3.2"
}
}