From b09531240337d4a1d7848237fc6f18e1bfe28380 Mon Sep 17 00:00:00 2001 From: Sean McManus Date: Mon, 6 Dec 2021 15:09:07 -0800 Subject: [PATCH 1/2] Update changelog. --- Extension/CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Extension/CHANGELOG.md b/Extension/CHANGELOG.md index 9b3488b5e..e4b1f516c 100644 --- a/Extension/CHANGELOG.md +++ b/Extension/CHANGELOG.md @@ -1,5 +1,15 @@ # C/C++ for Visual Studio Code Change Log +## Version 1.8.0-insiders2: December 7, 2021 +### Bug Fixes +* 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 From f7ec66cc15003597f106d3a59d91d68a56d70f73 Mon Sep 17 00:00:00 2001 From: Sean McManus Date: Tue, 7 Dec 2021 08:01:00 -0800 Subject: [PATCH 2/2] Update changelog. --- Extension/CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Extension/CHANGELOG.md b/Extension/CHANGELOG.md index e4b1f516c..a4e145dad 100644 --- a/Extension/CHANGELOG.md +++ b/Extension/CHANGELOG.md @@ -2,6 +2,7 @@ ## 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)