From fe337f7d45f358bbd7996edaf5cf290a00d48134 Mon Sep 17 00:00:00 2001 From: Sean McManus Date: Mon, 9 Mar 2026 18:58:00 -0700 Subject: [PATCH 1/2] Update changelog a 2nd time for 1.31.1. --- Extension/CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Extension/CHANGELOG.md b/Extension/CHANGELOG.md index 870b47f57..7223d8b58 100644 --- a/Extension/CHANGELOG.md +++ b/Extension/CHANGELOG.md @@ -1,11 +1,12 @@ # C/C++ for Visual Studio Code Changelog -## Version 1.31.1: March 9, 2026 +## Version 1.31.1: March 10, 2026 ### Enhancements * Update clang-tidy and clang-format from 21.1.4 to 22.1.0. * Update support for the latest compiler versions. ### Bug Fixes +* Fix workspace symbol search with `scope::variable` not working after symbols are deleted and then added back. [#14200](https://github.com/microsoft/vscode-cpptools/issues/14200) * Add IntelliSense support for `__builtin_is_implicit_lifetime`. * Fix three IntelliSense process crashes. * Fix a bug with `-embed-directory`. From 708ae8181b2e355a6b2efb99ad6b6d66dd2e1fd4 Mon Sep 17 00:00:00 2001 From: Sean McManus Date: Tue, 10 Mar 2026 09:05:51 -0700 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 7223d8b58..f2c163a43 100644 --- a/Extension/CHANGELOG.md +++ b/Extension/CHANGELOG.md @@ -7,6 +7,7 @@ ### Bug Fixes * Fix workspace symbol search with `scope::variable` not working after symbols are deleted and then added back. [#14200](https://github.com/microsoft/vscode-cpptools/issues/14200) +* Fix bugs where a path was checked for existence but not whether it was a file or a folder. [#14257](https://github.com/microsoft/vscode-cpptools/issues/14257) * Add IntelliSense support for `__builtin_is_implicit_lifetime`. * Fix three IntelliSense process crashes. * Fix a bug with `-embed-directory`.