Skip to content

0.17.8-insiders

Pre-release
Pre-release
Compare
Choose a tag to compare
@sean-mcmanus sean-mcmanus released this 06 Aug 07:12
· 2711 commits to insiders since this release
d1924d6
  • Fix attach to process for systems without bash by using sh instead. #569
  • Fix IntelliSense crash after hover or completion with _Complex types. #689, #1112
  • Add C_Cpp.workspaceSymbols setting with default Just My Code to filter out system header symbols. #1119, #2320
  • Add C_Cpp.inactiveRegionForegroundColor and C_Cpp.inactiveRegionBackgroundColor settings. #1620, #2212
  • 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
  • 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.