Skip to content

Commit 4c8cb9d

Browse files
authored
Auto-renew bzl license if expired (#42)
* Bump version to 0.6.6 * Refactor GrpcClient into separate file * Update bazel panel keybinding * Add license renewal event emitters * Rename BzlServer filename * Rename BzlClient filename
1 parent 99105c6 commit 4c8cb9d

24 files changed

+714
-482
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Change Log
22

3+
## 0.6.6 (PENDING)
4+
5+
- Auto-renew license upon expiration.
6+
- Update bazel and stackb activity panel keybindings
7+
38
## 0.6.5 (Sun Nov 1 2020)
49

510
- Update bzl to include codesearch fixes/improvements.

package-lock.json

Lines changed: 6 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "bazel-stack-vscode",
33
"displayName": "bazel-stack-vscode",
44
"description": "Bazel Support for Visual Studio Code",
5-
"version": "0.6.5",
5+
"version": "0.6.6",
66
"publisher": "StackBuild",
77
"license": "Apache-2.0",
88
"icon": "stackb-full.png",
@@ -572,12 +572,12 @@
572572
},
573573
{
574574
"command": "workbench.view.extension.bazel-explorer",
575-
"key": "shift+cmd+z",
575+
"key": "shift+cmd+t",
576576
"title": "Reveal Bazel Explorer"
577577
},
578578
{
579579
"command": "workbench.view.extension.stackb-explorer",
580-
"key": "shift+cmd+t",
580+
"key": "shift+ctrl+t",
581581
"title": "Reveal Stack.Build Explorer"
582582
}
583583
],
@@ -1151,13 +1151,14 @@
11511151
"protobufjs": "6.10.1",
11521152
"request": "2.88.2",
11531153
"sha256-file": "1.0.0",
1154-
"shiki": "^0.2.6",
11551154
"shiki-themes": "^0.2.6",
1155+
"shiki": "^0.2.6",
11561156
"simple-lightbox": "2.1.0",
11571157
"slash": "3.0.0",
11581158
"strip-ansi": "^6.0.0",
11591159
"tail": "2.0.4",
11601160
"tmp": "0.2.1",
1161+
"tree-kill": "^1.2.2",
11611162
"uuid": "8.3.0",
11621163
"vscode-common": "1.50.0",
11631164
"vscode-extension-telemetry": "^0.1.6",

0 commit comments

Comments
 (0)