Skip to content

Release v2.2.0

Choose a tag to compare

@BaryshevRS BaryshevRS released this 14 Mar 15:43
· 11 commits to main since this release

Fixed

  • Control flow detection in production builds: Replaced constructor.name checks with duck typing for Angular template AST nodes, fixing broken @if/@for/@switch diagnostics in minified builds
  • Diagnostics on startup: Re-run diagnostics on all open documents after @angular/compiler finishes loading

Changed

  • Show Logs command: Simplified to directly open the Output Channel instead of showing a modal dialog