VSCode Extension: 22.0.0
Immutable
release. Only release title and notes can be modified.
Breaking Changes
The extension now bundles TypeScript version 6.0, which itself includes breaking
changes, including new defaults such as strict being true. You will need to explicitly set
"strict": false in your tsconfig.json. Alternatively, the extension supports configuring the tsdk in the same way as the built in TS/JS extension.
Fixes and features
- fix(language-service): Add support for
@Inputwith transforms (dc9c72da9b) - feat(language-service): add Document Symbols support for Angular templates (cfd0f9950c)
- feat(language-service): add angular template inlay hints support (5a6d88626b)
- feat(language-service): Add support for idle timeout in defer blocks (c6f98c723c)