mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user