1.5.0-insiders2
Pre-release
Pre-release
·
1663 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 Feature
- Add "Inline macro" code action. #4183
Bug Fixes
- Fix code folding causing
} else iflines to be hidden. #5521 - Fix Find All References on a global variable giving incorrect references to local variables. #7702
- Fix
vcFormatnot working near the end of the file with UTF-8 characters > 1 byte. #7704 - Fix configuration squiggle on a recursively resolved
forcedInclude. PR #7722 - Fix
Build and Debug Active Filefor certain file extensions (.cu, .cp, etc.). - Fix an infinite loop when importing a module with a template.
Known Issues
- None so far.