0.17.8-insiders
Pre-release
Pre-release
·
2852 commits
to insiders
since this release
- Fix attach to process for systems without
bash
by usingsh
instead. #569 - Fix IntelliSense crash after hover or completion with
_Complex
types. #689, #1112 - Add
C_Cpp.workspaceSymbols
setting with defaultJust My Code
to filter out system header symbols. #1119, #2320 - Add
C_Cpp.inactiveRegionForegroundColor
andC_Cpp.inactiveRegionBackgroundColor
settings. #1620, #2212- John Patterson (@john-patterson) PR 2308
- Fix Mac framework dependencies not being discovered. #1913
- Fix red flame getting stuck after modifying
c_cpp_properties.json
. #2077 - Add
gcc-x64
intelliSenseMode
and send the correct clang or gcc version to our parser, fixing various IntelliSense errors. #2175, #2299, #2317 - Make
Go to Definition
on the definition go to the declaration instead. #2298 - Don't add empty
windowsSDKVersion
if none exists. #2300 - Add multi-pass environment variable resolution allowing variables defined in terms of other variables. #2322
- John Patterson (@john-patterson) PR 2322
- Fix IntelliSense crash when the gcc-8 type_traits header is used. #2323, #2328
- Limit configuration popups to one at a time. #2324
- Allow users to use
~
for${userProfile}
on Windows. PR 2333 - Filter out buggy IntelliSense error
"= delete" can only appear on the first declaration of a function
. #2352
Instructions
Download the .vsix that matches your OS and run the "Install from VSIX" command in VS Code.