fix(vscode): avoid relative-link parsing in changelog
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user