Skip to content

1.8.0-insiders2

Pre-release
Pre-release
Compare
Choose a tag to compare
@sean-mcmanus sean-mcmanus released this 08 Dec 00:37
· 1075 commits to insiders since this release
7f99606

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 (don't double-click the .vsix or another app like VS might try to open it incorrectly).

Requirements

  • VS Code 1.60.0 or later.

Changes

Bug Fixes

  • Fix GCC system include processing on Windows. #8112, #8496
  • Fix the tag parser getting stuck on certain code. #8459
  • Fix C_Cpp.codeAnalysis.maxConcurrentThreads using the wrong value. #8471
  • Fix save failing after editing a header that is used by clang-tidy for a TU that is different from the default TU. #8473
  • Fix inactive region rendering. #8478
  • Fix CUDA support not working. #8481
  • Fixes for other IntelliSense issues.
  • Fix some translations.

Known Issues

  • clang-tidy header warnings sometimes don't disappear after the issue is fixed. #8502
  • clang-tidy processing status indicator can get stuck after editing/saving a header that is currently being analyzed by clang-tidy. #8504
  • onWillSaveTextDocument sometimes times out eventually causing save to fail when clang-tidy is running. (#8474)