Files
azuredatastudio/extensions/azdata/package.json
Charles Gagnon 6f9991e22b 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
2020-07-18 18:15:52 -07:00

35 lines
808 B
JSON

{
"name": "azdata",
"displayName": "%azdata.displayName%",
"description": "%azdata.description%",
"version": "0.1.0",
"publisher": "Microsoft",
"preview": true,
"license": "https://raw.githubusercontent.com/Microsoft/azuredatastudio/main/LICENSE.txt",
"icon": "images/extension.png",
"engines": {
"vscode": "*",
"azdata": ">=1.20.0"
},
"activationEvents": [
"*"
],
"repository": {
"type": "git",
"url": "https://github.com/Microsoft/azuredatastudio.git"
},
"main": "./out/extension",
"dependencies": {
"request": "^2.88.2",
"uuid": "^8.2.0",
"vscode-nls": "^4.1.2",
"which": "^2.0.2"
},
"devDependencies": {
"@types/node": "^12.11.7",
"@types/request": "^2.48.5",
"@types/uuid": "^8.0.0",
"@types/which": "^1.3.2"
}
}