Angular: vsix-22.0.0 Release

Release date:
June 3, 2026
Previous version:
vsix-21.2.4 (released May 27, 2026)
Magnitude:
54,867 Diff Delta
Contributors:
69 total committers
Data confidence:
Commits:

599 Features Released with vsix-22.0.0

Top Contributors in vsix-22.0.0

JeanMeche
atscott
crisbeto
kbrilla
SkyZeroZx
hawkgs
kirjs
alxhub
alan-agius4
jessicajaniuk

Directory Browser for vsix-22.0.0

All files are compared to previous version, vsix-21.2.4. Click here to browse diffs between other versions.

Loading File Browser...

Release Notes Published

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 @Input with 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)