Skip to content

0.28.1

Compare
Choose a tag to compare
@sean-mcmanus sean-mcmanus released this 21 May 01:28
· 1951 commits to release since this release
214a229

Instructions

To use the "offline" .vsix (that doesn't download OS-based dependencies on extension activation), download the .vsix that matches your OS and run the "Install from VSIX" command in VS Code.

Requirements

  • VS Code 1.43.0 or later.
  • 32-bit Linux is no longer supported. #5346

Changes

Bug Fixes

  • Fix errors not appearing after switching between a WSL and non-WSL config on Windows. #5474
  • Fix cpptools crash when gcc is not in $PATH on Linux. #5484
  • Fix top IntelliSense crash regression. #5486
  • Fix squiggles appearing too soon (while typing). #5531

Known Issues

  • g++-10 and gcc-10 are not auto-detected for compilerPath. #5540
  • c++20 is incorrectly used as the default cppStandard with g++-10. #5336