Skip to content
This repository was archived by the owner on Nov 25, 2025. It is now read-only.

Commit 1e34279

Browse files
committed
release 0.6.13
1 parent 54112f8 commit 1e34279

File tree

3 files changed

+11
-6
lines changed

3 files changed

+11
-6
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.6.13
2+
- Resolve the correct tarball name for ZLS 0.15.0+ and arm (@Techatrix)
3+
- Make debug adapter used for tests and main configurable (@fred21O4)
4+
15
## 0.6.12
26
- Remove syntax highlighting for async and await keywords
37
- Update minisign verification (@Techatrix)

package-lock.json

Lines changed: 6 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
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.12",
5+
"version": "0.6.13",
66
"publisher": "ziglang",
77
"icon": "images/zig-icon.png",
88
"license": "MIT",

0 commit comments

Comments
 (0)