Files
azuredatastudio/extensions/admin-pack/package.json
Alan Ren 4a606e0cb2 Alanren/admin pack (#4014)
* admin pack

* formatting and typo fixes

* remove changelog.md
2019-02-12 12:04:19 -08:00

23 lines
542 B
JSON

{
"name": "admin-pack",
"displayName": "Admin Pack for SQL Server",
"description": "",
"version": "0.0.1",
"publisher": "Microsoft",
"engines": {
"vscode": "*",
"sqlops": "*"
},
"extensionPack": [
"Microsoft.agent",
"Microsoft.profiler",
"Microsoft.import"
],
"repository": {
"type": "git",
"url": "https://github.com/Microsoft/azuredatastudio.git"
},
"bugs": {
"url": "https://github.com/Microsoft/azuredatastudio/issues"
}
}