Skip to content

0.28.0-insiders2

Pre-release
Pre-release
Compare
Choose a tag to compare
@sean-mcmanus sean-mcmanus released this 05 May 02:35
5767a5e

Instructions

Set the "C_Cpp.updateChannel" setting to "Insiders" to auto-install the latest Insiders vsix. Or if that doesn't work (such as in the remote scenario with a version older than 0.26.3-insiders2), manually download the vsix that matches the target 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

New Features

  • Add GNU (and C18) language standard options. #2782

Bug Fixes

  • Fix some cpptools and cpptools-srv crash regressions.
  • Fix an issue with squiggle updates not occurring when a dependent file is created, deleted, or renamed. #3670
  • Avoid <…> truncation on hover. #5291
  • Fix compilerPath set to "" not working. #5392
  • Fix IntelliSense sometimes not working on a header file if an existing TU is chosen that doesn't actually contain the header file. #5376

Known Issues

  • None so far.