1.13.1 (pre-release)
Pre-release
Pre-release
sean-mcmanus
released this
28 Sep 04:29
·
718 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
- Enable hiding the SSH Targets view with the
C_Cpp.sshTargetsView
setting. #9836 - Change "Enabled", "Disabled", "Default" settings to camelCase. PR #9862
- Add support for C++ modules IFC version 0.42. #9884
- Add SSH terminal for targets. PR #9895
Bug Fixes
- Fix incorrect Outline view with C++20 namespace ::inline syntax. #7216
- Fix variadic macros not expanding correctly. #8178
- Add diagnostic changes for the issue with wordexp getting stuck. #9688
- Fix
-std=
being passed to clang-tidy in certain cases . #9776 - Fix debugger visualization for ArrayItem elements more than 1000. #9801
- Handle
-fexperimental-library
clang argument. #9888 - Fix compiler querying with multiple -arch. #9894
- Fix "Failed to read file C:\ProgramData\ssh\ssh_config." in logging . #9899
- Fix "Natvis: are multi-dimensional arrays supported in gdb natvis?". MIEngine#980
Known Issues
- None so far.