mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-14 01:25:37 -05:00
30 lines
581 B
JSON
30 lines
581 B
JSON
{
|
|
"name": "admin-pack",
|
|
"displayName": "Admin Pack for SQL Server",
|
|
"description": "",
|
|
"version": "0.1.0",
|
|
"publisher": "Microsoft",
|
|
"engines": {
|
|
"vscode": "*",
|
|
"azdata": "*"
|
|
},
|
|
"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"
|
|
}
|
|
}
|