0.25.1
Instructions
To use the "offline" .vsix (that doesn't download OS-based dependencies on extension activation), download the .vsix that matches your OS and run the "Install from VSIX" command in VS Code.
Requirements
- VS Code 1.30.0 or later.
Changes
Bug Fixes
- Fix
Switch Header/Source
for.H
and.C
targets. #3048 - Fix
C_Cpp.updateChannel
not respectingextensions.autoUpdate
. #3632 - Fix duplicate content appearing after formatting of a new file (2nd fix). #4091
- Fix links in
Log Diagnostics
output. #4122 - Fix
NullReferenceException
when debugging if"description"
is missing. #4125 - Fix
files.exclude
processing when using\\
. #4127 - Fix bug when attaching to an elevated process on Linux. #4133
- Fix IntelliSense-based
Go to Definition
failing for a nested class in a template class. #4135 - Fix incorrect configuration squiggles with
compilerPath
when variables are used. #4141 - Fix
executeReferenceProvider
when code is selected. #4147 - Fix code action for resolving missing includes via the
vcpkg
dependency manager. PR #4156
Known Issues
- None so far.