Skip to content

1.2.0-insiders3 (release candidate)

Pre-release
Pre-release
Compare
Choose a tag to compare
@sean-mcmanus sean-mcmanus released this 27 Jan 22:23
· 1600 commits to insiders since this release
6ccea38

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

Bug Fixes

  • Fix build tasks errors in single file mode. #4638, #6764
  • Fix IntelliSense not supporting __float128 (and Q literals) on x64 Linux. #6574
  • Fix IntelliSense process infinitely restarting after crashing. #6724
  • Fix not being able to attach to cpptools-srv on Mac (to get crash call stacks). #6736
  • Fix compiler querying with compilers that do not output __STD_VERSION__ by default (gcc <= 4.8.x). #6792
  • Fix document symbols when nested symbols have the same name as a parent. #6830
  • Fix automatic adding of header files to files.associations after Go to Definition on a #include. #6845

Known Issues

  • Recently added strings aren't translated to other languages. Should be updated in our final release.