Skip to content

Commit 5aaa919

Browse files
authored
Update changelog a 2nd time for 1.31.1. (#14256)
* Update changelog a 2nd time for 1.31.1.
1 parent c239d6b commit 5aaa919

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

Extension/CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
# C/C++ for Visual Studio Code Changelog
22

3-
## Version 1.31.1: March 9, 2026
3+
## Version 1.31.1: March 10, 2026
44
### Enhancements
55
* Update clang-tidy and clang-format from 21.1.4 to 22.1.0.
66
* Update support for the latest compiler versions.
77

88
### Bug Fixes
9+
* 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)
10+
* 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)
911
* Add IntelliSense support for `__builtin_is_implicit_lifetime`.
1012
* Fix three IntelliSense process crashes.
1113
* Fix a bug with `-embed-directory`.

0 commit comments

Comments
 (0)