Files
azuredatastudio/extensions/admin-pack/package.json
Karl Burtram 78d4398b32 Add support for restricted mode (#17559)
* Update reference to html-query-plan to use npm.js (#17558)

* Update reference to html-query-plan to use npm.js

* Change some references to html-query-plan package

* Add untrusted workspace supported flags (#17557)

* Bump version 1.33.1
2021-11-02 10:20:03 -07:00

37 lines
721 B
JSON

{
"name": "admin-pack",
"displayName": "Admin Pack for SQL Server",
"description": "",
"version": "0.1.0",
"publisher": "Microsoft",
"icon": "images/extension.png",
"engines": {
"vscode": "*",
"azdata": "*"
},
"capabilities": {
"virtualWorkspaces": false,
"untrustedWorkspaces": {
"supported": true
}
},
"extensionPack": [
"Microsoft.agent",
"Microsoft.profiler",
"Microsoft.import",
"Microsoft.dacpac"
],
"repository": {
"type": "git",
"url": "https://github.com/Microsoft/azuredatastudio.git"
},
"bugs": {
"url": "https://github.com/Microsoft/azuredatastudio/issues"
},
"__metadata": {
"id": "32",
"publisherDisplayName": "Microsoft",
"publisherId": "Microsoft"
}
}