aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Czihak <git@dcz.at>2026-05-07 18:56:43 +0200
committerDavid Czihak <git@dcz.at>2026-05-07 18:56:43 +0200
commit45999fdbf6ca27b83e3f939aee49971882d81766 (patch)
tree8f6ef53ae7f3fe79341188992ad33c6293ed40f4
parent1a50847a4f608d132854ac0308390c5585d6d5d8 (diff)
Release: 0.1.8HEADv0.1.8main
-rw-r--r--CHANGELOG.md7
-rw-r--r--extension.json2
2 files changed, 8 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 59dfffe..ef55853 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,12 @@
1# Changelog 1# Changelog
2 2
3## 0.1.8 — 2026-05-07
4
5- Added a setting to write an LLDB proxy log file for debugging the debug adapter.
6- Improved ZLS error logging in the Extension Console.
7- Updated German localisation.
8- Clarified third-party licences for bundled assets and grammar.
9
3## 0.1.7 — 2026-05-07 10## 0.1.7 — 2026-05-07
4 11
5- Initial release: syntax highlighting, ZLS integration, task templates, and LLDB debugging. 12- Initial release: syntax highlighting, ZLS integration, task templates, and LLDB debugging.
diff --git a/extension.json b/extension.json
index a3302b1..656a218 100644
--- a/extension.json
+++ b/extension.json
@@ -3,7 +3,7 @@
3 "name": "Zig", 3 "name": "Zig",
4 "organization": "David Czihak", 4 "organization": "David Czihak",
5 "description": "Zig language support – ZLS, LLDB, Tree-Sitter grammar", 5 "description": "Zig language support – ZLS, LLDB, Tree-Sitter grammar",
6 "version": "0.1.7", 6 "version": "0.1.8",
7 "license": "BSD 2-Clause License", 7 "license": "BSD 2-Clause License",
8 "categories": ["languages", "completions", "formatters", "tasks", "issues"], 8 "categories": ["languages", "completions", "formatters", "tasks", "issues"],
9 "keywords": ["zig", "zon", "zls"], 9 "keywords": ["zig", "zon", "zls"],