0.27.0-insiders2
Pre-release
Pre-release
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 the
Open File...
scenario (without a workspace folder). #5049 - Fix
browsePath
null reference that can occur with some configuration providers. PR #5055
Known Issues (that we plan to fix in next release)
- Extension sometimes crashes after adding multiple folders at the same time. #5059
- Extension sometimes crashes after changing color themes with a multiroot workspace. #5063
- We're investigating several other known crashes...
- Pause (break all) doesn't work when debugging on Mac. Workaround: use
kill -2 <pid>
to trigger the break. - The extension can randomly get stuck while doing IntelliSense operations on Mac (not a regression compared to 0.26.3). #4989