Skip to content

Commit 6a60262

Browse files
authored
Update changelog. (#8495)
* Update changelog.
1 parent 50e3a2f commit 6a60262

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

Extension/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# C/C++ for Visual Studio Code Change Log
22

3+
## Version 1.8.0-insiders2: December 7, 2021
4+
### Bug Fixes
5+
* 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)
6+
* Fix the tag parser getting stuck on certain code. [#8459](https://github.com/microsoft/vscode-cpptools/issues/8459)
7+
* Fix `C_Cpp.codeAnalysis.maxConcurrentThreads` using the wrong value. [#8471](https://github.com/microsoft/vscode-cpptools/issues/8471)
8+
* 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)
9+
* Fix inactive region rendering. [#8478](https://github.com/microsoft/vscode-cpptools/issues/8478)
10+
* Fix CUDA support not working. [#8481](https://github.com/microsoft/vscode-cpptools/issues/8481)
11+
* Fixes for other IntelliSense issues.
12+
* Fix some translations.
13+
314
## Version 1.8.0-insiders: November 29, 2021
415

516
### New Features

0 commit comments

Comments
 (0)