Skip to content

Commit

Permalink
Auto-renew bzl license if expired (#42)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
pcj authored Nov 20, 2020
1 parent 99105c6 commit 4c8cb9d
Show file tree
Hide file tree
Showing 24 changed files with 714 additions and 482 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Change Log

## 0.6.6 (PENDING)

- Auto-renew license upon expiration.
- Update bazel and stackb activity panel keybindings

## 0.6.5 (Sun Nov 1 2020)

- Update bzl to include codesearch fixes/improvements.
Expand Down
7 changes: 6 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "bazel-stack-vscode",
"displayName": "bazel-stack-vscode",
"description": "Bazel Support for Visual Studio Code",
"version": "0.6.5",
"version": "0.6.6",
"publisher": "StackBuild",
"license": "Apache-2.0",
"icon": "stackb-full.png",
Expand Down Expand Up @@ -572,12 +572,12 @@
},
{
"command": "workbench.view.extension.bazel-explorer",
"key": "shift+cmd+z",
"key": "shift+cmd+t",
"title": "Reveal Bazel Explorer"
},
{
"command": "workbench.view.extension.stackb-explorer",
"key": "shift+cmd+t",
"key": "shift+ctrl+t",
"title": "Reveal Stack.Build Explorer"
}
],
Expand Down Expand Up @@ -1151,13 +1151,14 @@
"protobufjs": "6.10.1",
"request": "2.88.2",
"sha256-file": "1.0.0",
"shiki": "^0.2.6",
"shiki-themes": "^0.2.6",
"shiki": "^0.2.6",
"simple-lightbox": "2.1.0",
"slash": "3.0.0",
"strip-ansi": "^6.0.0",
"tail": "2.0.4",
"tmp": "0.2.1",
"tree-kill": "^1.2.2",
"uuid": "8.3.0",
"vscode-common": "1.50.0",
"vscode-extension-telemetry": "^0.1.6",
Expand Down
Loading

0 comments on commit 4c8cb9d

Please sign in to comment.