Skip to content

Commit

Permalink
Update changelog. (#8495)
Browse files Browse the repository at this point in the history
* Update changelog.
  • Loading branch information
sean-mcmanus committed Dec 7, 2021
1 parent 50e3a2f commit 6a60262
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Extension/CHANGELOG.md
@@ -1,5 +1,16 @@
# C/C++ for Visual Studio Code Change Log

## Version 1.8.0-insiders2: December 7, 2021
### Bug Fixes
* Fix GCC system include processing on Windows. [#8112](https://github.com/microsoft/vscode-cpptools/issues/8112), [#8496](https://github.com/microsoft/vscode-cpptools/issues/8496)
* Fix the tag parser getting stuck on certain code. [#8459](https://github.com/microsoft/vscode-cpptools/issues/8459)
* Fix `C_Cpp.codeAnalysis.maxConcurrentThreads` using the wrong value. [#8471](https://github.com/microsoft/vscode-cpptools/issues/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](https://github.com/microsoft/vscode-cpptools/issues/8473)
* Fix inactive region rendering. [#8478](https://github.com/microsoft/vscode-cpptools/issues/8478)
* Fix CUDA support not working. [#8481](https://github.com/microsoft/vscode-cpptools/issues/8481)
* Fixes for other IntelliSense issues.
* Fix some translations.

## Version 1.8.0-insiders: November 29, 2021

### New Features
Expand Down

0 comments on commit 6a60262

Please sign in to comment.