Skip to content

0.27.0-insiders4

Pre-release
Pre-release
Compare
Choose a tag to compare
@sean-mcmanus sean-mcmanus released this 24 Mar 02:04
155ed2b

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.30.0 or later.

Bug Fixes

  • Fix Go to Symbol in Workspace not applying search.exclude settings. #5099
  • Fix some settings not being editable in the UI. PR #5126
  • Fix cpp_properties.json error squiggles not appearing. #5131
  • Fix the wrong workspace folder settings being used. #5134
  • Fix the "Open File…" scenario without a workspace folder (again). #5136
  • Fix changes to files.exclude having no effect if they're identical to the previous workspace folder's. #5138
  • Fix the debugger not working for macOS High Sierra or older. #5146
  • Fix search.exclude not applying if there are > 1 symbols matching in the excluded file. #5152
  • Fix tag parsing (workspace symbol searching) not working on Windows 7. #5155
  • Fix a race condition that could cause the Outline, Find All References, etc. to stop working.
  • Fix Rescan Workspace running an extra time per workspace folder.
  • Fix a random crash after settings change.

Known Issues

  • The configuration UI and json shows errors when an older version of cl.exe is set in the compilerPath. #5151
  • The "Open File..." scenarios (without a workspace) shows "Tag Parser initializing" (all symbol operations fail). #5176
  • The debugger doesn't work until the extension is reinstalled after macOS High Sierra or older is upgraded to a newer OS. #5171
  • The Outline view may sometimes be incorrect for files outside the workspace. #3949