From bce2b064239c04ac08163dd0e714965628eb3621 Mon Sep 17 00:00:00 2001 From: Colen Garoutte-Carson Date: Thu, 19 Sep 2024 16:02:35 -0700 Subject: [PATCH 1/2] Update changelog for 1.22.4 (again) --- Extension/CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Extension/CHANGELOG.md b/Extension/CHANGELOG.md index 5238abc0a..a4577cf42 100644 --- a/Extension/CHANGELOG.md +++ b/Extension/CHANGELOG.md @@ -7,6 +7,7 @@ ### Bug Fixes * Fix an issue with missing database symbols after a Rename operation. [#12480](https://github.com/microsoft/vscode-cpptools/issues/12480) +* Work around IntelliSense issues with clang 18 due to `size_t` not being defined. [12618](https://github.com/microsoft/vscode-cpptools/issues/12618) * Fix some crashes with recursive includes. [#12643](https://github.com/microsoft/vscode-cpptools/issues/12643) * Possibly fix a crash in `find_existing_intellisense_client`. [#12666](https://github.com/microsoft/vscode-cpptools/issues/12666) * Fix issues applying `files.exclude` settings when `C_Cpp.caseSensitiveFileSupport` is enabled. [#12672](https://github.com/microsoft/vscode-cpptools/issues/12672) From 45461860c9925a3b0351cc2775ba9cde12d64225 Mon Sep 17 00:00:00 2001 From: Colen Garoutte-Carson Date: Thu, 19 Sep 2024 16:06:46 -0700 Subject: [PATCH 2/2] Fix typo --- Extension/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Extension/CHANGELOG.md b/Extension/CHANGELOG.md index a4577cf42..306b7c572 100644 --- a/Extension/CHANGELOG.md +++ b/Extension/CHANGELOG.md @@ -7,7 +7,7 @@ ### Bug Fixes * Fix an issue with missing database symbols after a Rename operation. [#12480](https://github.com/microsoft/vscode-cpptools/issues/12480) -* Work around IntelliSense issues with clang 18 due to `size_t` not being defined. [12618](https://github.com/microsoft/vscode-cpptools/issues/12618) +* Work around IntelliSense issues with clang 18 due to `size_t` not being defined. [#12618](https://github.com/microsoft/vscode-cpptools/issues/12618) * Fix some crashes with recursive includes. [#12643](https://github.com/microsoft/vscode-cpptools/issues/12643) * Possibly fix a crash in `find_existing_intellisense_client`. [#12666](https://github.com/microsoft/vscode-cpptools/issues/12666) * Fix issues applying `files.exclude` settings when `C_Cpp.caseSensitiveFileSupport` is enabled. [#12672](https://github.com/microsoft/vscode-cpptools/issues/12672)