mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-13 17:22:15 -05:00
23 lines
542 B
JSON
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"
|
|
}
|
|
} |