1.8.0-insiders3
Pre-release
Pre-release
Colengms
released this
19 Jan 00:29
·
1049 commits
to insiders
since this release
Instructions
Download the .vsix that matches your OS and run the "Install from VSIX" command in VS Code (don't double-click the .vsix or another app like VS might try to open it incorrectly).
Note: Due to new version numbering requirements for VS Code pre-release extension support, this will appear in VS Code as version
1.8.0
instead of1.8.0-insiders3
Requirements
- VS Code 1.63.0 or later.
Changes
New Features
- Add "All Exceptions" Breakpoint for cppdbg #1800
- Add support for Alpine Linux #4827
- Implement platform-specific VSIX's via the marketplace. #8152
Bug Fixes
- Fix [MSYS2 GDB 10.2] gdb: ERROR: Unable to start debugging. Unexpected GDB output from command "-exec-run". Error creating process #7706
- Remove redundant cl.exe from the build and debug active file configuration list. #8168
- Stop adding
-fms-extensions
by default for gcc-based compilers on Windows. #8475, #8487 - Fix clang-tidy header warnings sometimes not disappearing after the issue is fixed. #8502
- Fix clang-tidy processing status indicator getting stuck after editing/saving a header that is currently being analyzed by clang-tidy. #8504
- Fix non-ASCII output with
cppbuild
tasks. #8518 - Fix 3 settings not getting environment variables resolved after a settings change. #8531
- Fixes to translations. #8536
- Fix /RTC compiler checks failures don't break into debugger #8646