From 82901bb223b3592b847099d245495decfa0474c3 Mon Sep 17 00:00:00 2001 From: David Czihak Date: Sun, 10 May 2026 19:24:37 +0200 Subject: Fix: Code review fixes and 0.2.0 release prep MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - localizeText: return fallback when localization key is missing instead of a developer-facing "Localization missing for X" message - resolveCleanPaths: remove dead `normalized === ""` branch (unreachable after the preceding absolute-path guard) - resolveBuildStepAction: validate step before the async resolveZigExecutable call to avoid a pointless `which zig` subprocess on invalid input - buildShellCommand: join cd + command with `&&` instead of `;` so a failed cd aborts instead of running the command in the wrong directory - resolveWatchAction: cap debounceMs at 60 000; add min/max to schema - USER_OPTION_REGEX: tighten =.* to =.+ to reject empty option values - Bump version to 0.2.0 - Finalize CHANGELOG for 0.2.0 — 2026-05-10 - NOTICES/README: update zig-debug → zig-mark asset references - ISSUES.md: mark A1–A6 fixed, update all file paths to Zig.novaextension/ Co-Authored-By: Claude Sonnet 4.6 --- Zig.novaextension/NOTICES.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Zig.novaextension/NOTICES.md') diff --git a/Zig.novaextension/NOTICES.md b/Zig.novaextension/NOTICES.md index 3ee7700..3ab0c1f 100644 --- a/Zig.novaextension/NOTICES.md +++ b/Zig.novaextension/NOTICES.md @@ -16,8 +16,8 @@ programming language logo, which is the work of the - `extension.png` - `extension@2x.png` -- `Images/zig-debug/zig-debug.png` -- `Images/zig-debug/zig-debug@2x.png` +- `Images/zig-mark/zig-mark.png` +- `Images/zig-mark/zig-mark@2x.png` - `Resources/Zig@32px.af` These assets remain licensed under CC BY-SA 4.0; redistribution must -- cgit v1.3