Alanren/admin pack (#4014)

* admin pack

* formatting and typo fixes

* remove changelog.md
This commit is contained in:
Alan Ren
2019-02-12 12:04:19 -08:00
committed by GitHub
parent 27370c655d
commit 4a606e0cb2
5 changed files with 62 additions and 2 deletions

View 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"
}
}