Skip to content

Commit

Permalink
release 0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Vexu committed Dec 10, 2024
1 parent 3535bb8 commit 542d1b3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.6.2
- Don't open every zig file in the workspace just to look for tests (@Techatrix)
- Sync ZLS options (@Techatrix)
- handle `zig.path` edge cases (@Techatrix)

## 0.6.1
- Fix formatting not working when `zig.formattingProvider` was set to ZLS (@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.1",
"version": "0.6.2",
"publisher": "ziglang",
"icon": "images/zig-icon.png",
"license": "MIT",
Expand Down

0 comments on commit 542d1b3

Please sign in to comment.