mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Alanren/admin pack (#4014)
* admin pack * formatting and typo fixes * remove changelog.md
This commit is contained in:
23
extensions/admin-pack/package.json
Normal file
23
extensions/admin-pack/package.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user