1.12.2 (pre-release, release candidate)
Pre-release
Pre-release
sean-mcmanus
released this
25 Aug 01:08
·
777 commits
to insiders
since this release
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
- Fix "natvis collections only show the first 50 elements". MIEngine#821
- Related #9377
- Fix "cppdbg doesn't support array view of char* buf". MIEngine#1258
- Support explicit
this
references in natvis files.
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
- Gareth Rees (@gareth-rees) PR MIEngine#1337
- Fix deadlock in HandleStackTraceRequestAsync where lock was hold too long.
- GeorgeMay (@JoergMeier106) PR MIEngine#1309