Skip to content

Commit 7feae6c

Browse files
authored
Bump version and update changelog (#22)
1 parent 7f8393c commit 7feae6c

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

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.4.1 (Tue Aug 4 2020)
4+
5+
- Enable language server by default
6+
- Bazelrc support (hover, completions, launch.bazelrc)
7+
38
## 0.4.0 (Sat Aug 1 2020)
49

510
- Initial release of Starlark Language Server with HoverProvider implementation.

package.json

Lines changed: 2 additions & 2 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.4.0",
5+
"version": "0.4.1",
66
"publisher": "StackBuild",
77
"license": "Apache-2.0",
88
"icon": "stackb-full.png",
@@ -37,7 +37,7 @@
3737
"properties": {
3838
"feature.starlark.lsp.enabled": {
3939
"type": "boolean",
40-
"default": false,
40+
"default": true,
4141
"description": "Flag to enable/disable this feature"
4242
},
4343
"feature.starlark.lsp.verbose": {

0 commit comments

Comments
 (0)