From 45999fdbf6ca27b83e3f939aee49971882d81766 Mon Sep 17 00:00:00 2001 From: David Czihak Date: Thu, 7 May 2026 18:56:43 +0200 Subject: Release: 0.1.8 --- CHANGELOG.md | 7 +++++++ extension.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 59dfffe..ef55853 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 0.1.8 — 2026-05-07 + +- Added a setting to write an LLDB proxy log file for debugging the debug adapter. +- Improved ZLS error logging in the Extension Console. +- Updated German localisation. +- Clarified third-party licences for bundled assets and grammar. + ## 0.1.7 — 2026-05-07 - 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 @@ "name": "Zig", "organization": "David Czihak", "description": "Zig language support – ZLS, LLDB, Tree-Sitter grammar", - "version": "0.1.7", + "version": "0.1.8", "license": "BSD 2-Clause License", "categories": ["languages", "completions", "formatters", "tasks", "issues"], "keywords": ["zig", "zon", "zls"], -- cgit v1.3