From 701acd828ccee1348917ef2ae99a6a3edf985f80 Mon Sep 17 00:00:00 2001 From: Ajay Ghanwat Date: Tue, 18 Aug 2026 22:55:11 +0530 Subject: [PATCH] fix(vscode): avoid relative-link parsing in changelog --- editors/vscode/CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/editors/vscode/CHANGELOG.md b/editors/vscode/CHANGELOG.md index ddf266fe..60e76dbb 100644 --- a/editors/vscode/CHANGELOG.md +++ b/editors/vscode/CHANGELOG.md @@ -25,8 +25,8 @@ - Kept component prop/event intelligence active while the shared language server is enabled. - Suppressed unavailable TypeScript standard-library and unmapped virtual-document implementation diagnostics in packaged extension environments. -- Fixed false `unknown`/index-access diagnostics in valid dynamic event forwarding handlers such as - `output[type](payload)` by preserving JavaScript semantics for omitted parameter types. +- Fixed false `unknown`/index-access diagnostics in valid dynamic event forwarding handlers that + dispatch a payload by event type, preserving JavaScript semantics for omitted parameter types. - Resolved TypeScript standard libraries from the active workspace so semantic diagnostics run consistently in the repository and extension development environment.