mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
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:
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user