Skip to content

Commit

Permalink
release 0.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Vexu committed Jan 27, 2025
1 parent 30a1672 commit 6bbd98e
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 0.6.4
- Prevent `.zig-cache` files from being automatically revealed in the explorer (@Techatrix)
- Add missing PowerShell call operator when using the run button (@BlueBlue21)
- Update ZLS options (@Techatrix)
- Look for zig in `$PATH` before defaulting to latest tagged release (@Techatrix)
- Offer to update workspace config when selecting Zig version (@Techatrix)
- Selecting a different Zig version is no longer permanent by default and will reset
to the previous version after a restart.
- Properly clean unused installations (@Techatrix)

## 0.6.3
- Fix boolean ZLS options being ignored (@Techatrix)
- Always refer to ZLS as "ZLS language server" (@Techatrix)
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.6.3",
"version": "0.6.4",
"publisher": "ziglang",
"icon": "images/zig-icon.png",
"license": "MIT",
Expand Down

0 comments on commit 6bbd98e

Please sign in to comment.