Skip to content

0.8.22

Compare
Choose a tag to compare
@gcampbell-msft gcampbell-msft released this 14 Dec 18:08
· 73 commits to main since this release
b4b28db

0.8

Bug Fixes:

  • Fix a bug where the first argument for pre/post-configure args didn't have the proper spacing in front of it PR #530
  • Fix a bug where we weren't handling pre/post-configure args for the non-windows scenarios. #531
  • Fix a bug where we were checking the wrong character of the architecture. #499

Improvements:

  • Add support for a post configure script. #391
  • Add support for post-configure and pre-configure script arguments, both globally and per configuration. #151
  • Honor workspace trust in VS Code and warn about code being run during dry-run. #514
  • Ship the parseCompilerArgs script with the extension to avoid race conditions. #516, #475
  • Avoid relativizing paths in the project outline. #519 @drok sponsored by @Mergesium