Skip to content

Commit 9f65aef

Browse files
committed
release 0.6.3
1 parent b17d9c9 commit 9f65aef

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 0.6.3
2+
- Fix boolean ZLS options being ignored (@Techatrix)
3+
- Always refer to ZLS as "ZLS language server" (@Techatrix)
4+
- Ensure paths sent to terminal are properly escaped
5+
16
## 0.6.2
27
- Don't open every zig file in the workspace just to look for tests (@Techatrix)
38
- Sync ZLS options (@Techatrix)

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vscode-zig",
33
"displayName": "Zig Language",
44
"description": "Language support for the Zig programming language",
5-
"version": "0.6.2",
5+
"version": "0.6.3",
66
"publisher": "ziglang",
77
"icon": "images/zig-icon.png",
88
"license": "MIT",

0 commit comments

Comments
 (0)