Skip to content

1.12.2 (pre-release, release candidate)

Pre-release
Pre-release
Compare
Choose a tag to compare
@sean-mcmanus sean-mcmanus released this 25 Aug 01:08
· 777 commits to insiders since this release
c846e81

Instructions

Install it via using the Extensions view in VS Code and choosing the option "Switch to Pre-Release Version" or download a vsix that matches your OS from the "Download" dropdown in the "Version History" tab section on the Marketplace website) and then use the Extensions: Install from VSIX... command in VS Code (don't double-click the vsix or another app like VS might try to open it incorrectly).

Requirements

  • VS Code 1.67.0 or later.

Changes

Enhancements

Bug Fixes

  • Fix code analysis fixes generating invalid code when the fix has escaped characters. #9683
  • Fix tag parser crash. #9679, #9695
  • Fix code analysis fixes not being available when more than one check is associated with a fix. #9755
  • Fix the asterisk alignment of the ending */ for generated Doxygen comments. #9758
  • Fix infinite memory usage if a code analysis fix causes line deletion when formatting uses vcFormat. #9761
  • Fix error when debugging is started without a launch.json and IntelliSense is disabled. #9762
  • Fix "The result of GDB -exec evaluate request in all contexts is printed in debug console." MIEngine #1236
  • Fix "Evaluating a variable after a failed Step Out causes a fatal error, leaving debug session unusable". MIEngine#1336
  • Fix deadlock in HandleStackTraceRequestAsync where lock was hold too long.