Skip to content

Commit

Permalink
release 0.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Vexu committed Feb 24, 2024
1 parent 6e18043 commit b480126
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 28 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.5.4
- Fix incorrect comparisons that caused ZLS not to be started automatically (@SuperAuguste)
- Ensure `zig.path` is valid in `zig.zls.install` (@unlsycn)

## 0.5.3
- Fix checks on config values and versions
- Fix diagnostics from Zig compiler provider (@Techatrix)
Expand Down
39 changes: 13 additions & 26 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vscode-zig",
"displayName": "Zig Language",
"description": "Language support for the Zig programming language",
"version": "0.5.3",
"version": "0.5.4",
"publisher": "ziglang",
"icon": "images/zig-icon.png",
"license": "MIT",
Expand Down Expand Up @@ -408,7 +408,7 @@
"vscode-test": "^1.4.0"
},
"dependencies": {
"@vscode/vsce": "^2.19.0",
"@vscode/vsce": "^2.24.0",
"axios": "^1.6.0",
"camelcase": "^7.0.1",
"esbuild": "^0.12.1",
Expand Down

0 comments on commit b480126

Please sign in to comment.