Server Reports extension: fix for start and stop xevent sessions (#13565)

* fix for start and stop xevent sessions

* vscode.open for help URL

* setup info messages for localization

@kburtram - I could use an assist on updating the v# and publishing the vsix, but there's no rush this can wait until after the holidays
This commit is contained in:
Drew Skwiers-Koballa
2020-12-14 20:47:04 -08:00
committed by GitHub
parent ae6494f3e4
commit 1903388b6b
6 changed files with 52 additions and 29 deletions

View File

@@ -48,7 +48,7 @@
},
{
"command": "tempdb.pauseEvent",
"title": "Pause",
"title": "Toggle Auto Refresh",
"icon": {
"light": "./out/src/media/insights.svg",
"dark": "./out/src/media/insights_inverse.svg"
@@ -387,7 +387,8 @@
"dependencies": {
"fs-extra": "^8.1.0",
"handlebars": "^4.5.3",
"openurl": "^1.1.1"
"openurl": "^1.1.1",
"vscode-nls": "^5.0.0"
},
"devDependencies": {
"azdata": "^1.0.0",