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.