Skip to content

Commit dba6b80

Browse files
committed
release 0.6.9
1 parent 1d4c111 commit dba6b80

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 0.6.9
2+
- Add config option for arguments used in test runner (@omissis)
3+
- Add toggleMultilineStringLiteral command (@devhawk)
4+
- Resolve file extensions and relative paths when looking up exe (@Techatrix)
5+
- Improve error messages when executable path could not be resolved (@Techatrix)
6+
- Prevent concurrent installations of exes that cause all of them to fail
7+
18
## 0.6.8
29
- Fix regression in using config options placeholders in paths.
310

package-lock.json

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

0 commit comments

Comments
 (0)