Skip to content

0.26.2-insiders2

Pre-release
Pre-release
Compare
Choose a tag to compare
@Colengms Colengms released this 22 Nov 01:45
922ac06

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.

Changes

Enhancements

  • Deferred TU creation until the file is visible in the editor. This avoids the overhead of TU creation when the file is opened by VS Code internally for IntelliSense operations. #4458

Bug Fixes

  • Fix an issue in which cancellation of Find All References could result in an exception. #2710
  • Fix sort order of files in Find All References and Rename UI. #4615
  • Fix an issue in which localized Chinese strings would not be displayed on systems with case-sensitive file systems. #4619
  • Fix an issue in 0.26.2-insiders in which memory cleanup in the native IntelliSense process might result in a crash. #4630
  • Fix an issue in which files with an extention of .H were not correctly associated with C++. #4632
  • Fix an issue in which -m64 or -m32 were not being passed to gcc, causing the reported system includes and system defines to not match the requested intelliSenseMode. #4635

Known Issues

  • Compiler querying fails for ARM or other non-x86/x64 compilers that don't accept -m64 or -m32. #4653