Skip to content

0.26.0-insiders3

Pre-release
Pre-release
Compare
Choose a tag to compare
@sean-mcmanus sean-mcmanus released this 09 Oct 03:35

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), manually download the vsix that matches the target OS and run the "Install from VSIX" command in VS Code.

Requirements

  • VS Code 1.30.0 or later.

Bug Fixes

  • Fix crash in document outline causing the extension to shut down. #4386
  • Fix document outline showing no results with nested namespaces. #4389
  • Fix missing references on the last line. #4150
  • Fix crashes if the database can't be created. #4359
  • Fix bugs with comment references. #4371, #4372
  • Improve reliability for Rename and Find All References. #4378

Known Issues

  • Find All References when a previous operation is "confirming references" can cause the 2nd operation to show "Cannot confirm references". #4407
  • Rename (and Find All References) gives incorrect results for comment references with UTF-8 characters > 1 byte if UTF-8 characters > 1 byte precede the comment reference. #4372