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

Commit 9b2ab31

Browse files
committed
release 0.6.15
1 parent 4b871f1 commit 9b2ab31

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 0.6.15
2+
- Reuse terminal created for running main function (@Anglebase)
3+
- Disable CodeLens for commented main functions and tests (@soorya-u)
4+
- Replace extension based build on save and unify config options with ZLS (@Techatrix)
5+
16
## 0.6.14
27
- Add config option for arguments used in debugging tests (@luehmann)
38
- Disable workaround for [ziglang/zig#21905](https://github.com/ziglang/zig/issues/21905)

package-lock.json

Lines changed: 6 additions & 2 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.14",
5+
"version": "0.6.15",
66
"publisher": "ziglang",
77
"icon": "images/zig-icon.png",
88
"license": "MIT",

0 commit comments

Comments
 (0)