From fe337f7d45f358bbd7996edaf5cf290a00d48134 Mon Sep 17 00:00:00 2001 From: Sean McManus Date: Mon, 9 Mar 2026 18:58:00 -0700 Subject: [PATCH] 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`.