1.3.0-insiders2
Pre-release
Pre-release
Colengms
released this
25 Mar 23:42
·
1521 commits
to insiders
since this release
Instructions
Set the "C_Cpp.updateChannel" setting to "Insiders" to auto-install the latest Insiders vsix ("extensions.autoUpdate" needs to be true
too). Or if that doesn't work, manually download the vsix that matches the target OS and run the "Install from VSIX" command in VS Code (don't double click the vsix).
Requirements
- VS Code 1.53.0 or later.
Changes
New Features
- Add highlighting of matching conditional preprocessor statements. #2565
Bug Fixes
- Fix a spurious asterisk being inserted on a new line if the previous line starts with an asterisk. #5733
- Fix random crashes of cpptools-srv during shutdown. #7161
- Change
C_Cpp.autocompleteAddParentheses
to be false by default. #7199 - Fix auto add parentheses incorrectly occurring with template methods. #7203
- Fix auto adding parentheses incorrectly occurring with type names. #7209
- Fix a bug with relative "." paths in compile commands. #7221
- Fix configuration issues with Unreal Engine projects. #7222
Known Issues
- Comment continuations don't work after the 2nd line. PR #7238