0.23.0-insiders2
Pre-release
Pre-release
Instructions
Set the "C_Cpp.updateChannel" setting to "Insiders" to auto-install the latest Insiders vsix.
Requirements
- VS Code 1.30.0 or later.
Changes
New Features
- Add support for
.env
files forcppvsdbg
. #3490
Minor Changes
- Switch to using the
installExtension
command for offline/insider vsix installing (to reduce install failures). #3408 - Enable configuration squiggles for paths delimited by semicolons. PR #3517
- Add
Edit Configurations (JSON)
to theSelect a configuration
dropdown. PR #3519 - Update configuration UI to save changes after the UI changes focus. #3524
- Don't show release notes if the extension has never been installed before. #3533
- Add input validation to the configuration UI. PR #3563
- Add process ID and memory usage to
C/C++: Log Diagnostics
results. - Remove IntelliSense fallback code actions.
Bug Fixes
- Work around issue with VS Code not treating
.C
files as C++ files Microsoft/vscode#59369 --.C
files become associated by name infiles.associations
. #2558 - Fix "Extension causes high cpu load" due to module loading. #3213
- Fix backslashes getting added each time settings are saved. #3526
- Fix regression with some C++17 features with
msvc-x64
mode. #3541 - Fix
Go to Definition
giving no results when IntelliSense doesn't find the symbol. #3549 - Fix configuration squiggles with trailing backslashes. PR #3573
- Fix
includePath
code actions, configuration prompts, and theC/C++: Change configuration provider...
command. PR #3576 - Fix crash on hover (that could occur when document comments have blank lines).
- Fix randomly occurring crash (that could occur when opening files while IntelliSense squiggles are pending).
Known Issues
- None so far.