1.2.0-insiders2
Pre-release
Pre-release
sean-mcmanus
released this
21 Jan 00:22
·
1592 commits
to insiders
since this release
Instructions
Set the "C_Cpp.updateChannel" setting to "Insiders" to auto-install the latest Insiders vsix ("extensions.autoUpdate" needs to be true
too). Or if that doesn't work, manually download the vsix that matches the target OS and run the "Install from VSIX" command in VS Code (don't double click the vsix).
Requirements
- VS Code 1.52.0 or later.
Changes
Enhancement
- Add new "console" launch config for cppvsdbg. PR #6794
Bug Fixes
- Fix autocomplete not working with
for
loop variables with C code. #2946 - Fix an entry not found error for files in
compile_commands.json
that didn't initially exist. #6311 - Fix IntelliSense errors with C++20 std::ranges in gcc/clang modes. #6342
- Fix
compile_commands.json
not working correctly for*.C
files. #6497 - Fix IntelliSense errors when "module" is used as a variable name with C++20. #6719
- Fix a runtime failure on macOS 10.13 or older. #6787
- Fix
Go to Symbol in Workspace
. #6793
Known Issues
- Recently added strings aren't translated to other languages. Should be updated in our next release.