Skip to content

Commit

Permalink
release 0.5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Vexu committed Apr 19, 2024
1 parent 5759dc8 commit 4e6759d
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## 0.5.7
- Remove `zig.zls.openopenconfig` (@Techatrix)
- Automatically add `zig` to `$PATH` in the integrated terminal (@Techatrix)
- Change `zig.path` and `zig.zls.path` `$PATH` lookup from empty string to executable name (@Techatrix)
- The extension will handle the migration automatically
- Remove ouput channel for formatting (@Techatrix)
- `ast-check` already provides the same errors inline.
- Allow predefined variables in all configuration options (@Jarred-Sumner)

## 0.5.6
- Fix initial setup always being skippped (@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.5.6",
"version": "0.5.7",
"publisher": "ziglang",
"icon": "images/zig-icon.png",
"license": "MIT",
Expand Down

0 comments on commit 4e6759d

Please sign in to comment.