Add sample for server reports (#960)

* add sample for server reports

* add license and headers for all samples

* add new icons for sp_whoisactive

* address comments and use sqlops node module
This commit is contained in:
Abbie Petchtes
2018-03-22 21:41:14 -07:00
committed by GitHub
parent 27e9e8ec2b
commit 7099b11651
76 changed files with 9139 additions and 4155 deletions

View File

@@ -5,10 +5,11 @@
"version": "0.1.0",
"publisher": "Microsoft",
"engines": {
"vscode": "^1.19.0"
"vscode": "^1.19.0",
"sqlops": "*"
},
"license": "MIT",
"repository": "qqq.com",
"license": "SEE LICENSE IN LICENSE.txt",
"repository": "https://github.com/Microsoft/sqlopsstudio",
"categories": [
"Other"
],
@@ -61,7 +62,6 @@
"webview-container": null
}
}
]
}
}
@@ -108,12 +108,12 @@
"widget": {
"tasks-widget": [
{
"name": "backup",
"when": "!mssql:iscloud"
"name": "backup",
"when": "!mssql:iscloud"
},
{
"name": "restore",
"when": "!mssql:iscloud"
"name": "restore",
"when": "!mssql:iscloud"
},
"configureDashboard",
"newQuery"
@@ -148,14 +148,12 @@
"widgets-container": [
{
"widget": {
"query-data-store-db-insight": {
}
"query-data-store-db-insight": {}
}
},
{
"widget": {
"explorer-widget": {
}
"explorer-widget": {}
}
}
]
@@ -165,6 +163,7 @@
"snippets": []
},
"scripts": {
"prepare": "node ./node_modules/sqlops/bin/install",
"build": "gulp build",
"compile": "gulp compile",
"watch": "gulp watch",
@@ -173,7 +172,8 @@
"dependencies": {
"fs-extra": "^5.0.0",
"handlebars": "^4.0.11",
"vscode-nls": "2.0.2"
"vscode-nls": "2.0.2",
"sqlops": "github:anthonydresser/vscode-extension-vscode"
},
"devDependencies": {
"@types/handlebars": "^4.0.11",