Skip to content

Commit

Permalink
release 0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Vexu committed Feb 4, 2024
1 parent 7c0c64d commit 7005e8b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 0.5.2
- Update ZLS config even when Zig is not found
- Disable autofix by default
- Make `zig.zls.path` and `zig.path` scoped as `machine-overridable` (@alexrp)
- Fix ZLS debug trace (@alexrp)
- Default `zig.path` and `zig.zls.path` to look up in PATH (@alexrp)

## 0.5.1
- Always use global configuration.

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion 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.1",
"version": "0.5.2",
"publisher": "ziglang",
"icon": "images/zig-icon.png",
"license": "MIT",
Expand Down

0 comments on commit 7005e8b

Please sign in to comment.