Skip to content

Commit e08377a

Browse files
authored
Update changelog with recent fixes. (#14313)
1 parent 61421ea commit e08377a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Extension/CHANGELOG.md

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

3-
## Version 1.31.3: March 23, 2026
3+
## Version 1.31.3: March 24, 2026
44
### Enhancements
55
* Add support for `program` in attach debug configurations. [#14046](https://github.com/microsoft/vscode-cpptools/issues/14046)
66
* Thanks for the contribution. [@Subham-KRLX (Subham)](https://github.com/Subham-KRLX) [PR #14108](https://github.com/microsoft/vscode-cpptools/pull/14108)
@@ -15,6 +15,8 @@
1515
* 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)
1616
* 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)
1717
* Fix the Call Hierarchy Callers Of progress UI not showing. [#14287](https://github.com/microsoft/vscode-cpptools/issues/14287)
18+
* Fix an IntelliSense crash when using GCC 16 `span` and `string`. [#14309](https://github.com/microsoft/vscode-cpptools/issues/14309)
19+
* Fix `_CONTROL_FLOW_GUARD` not being defined when `/guard:cf` is used in MSVC mode. [#14310](https://github.com/microsoft/vscode-cpptools/issues/14310)
1820
* Add IntelliSense support for `__builtin_is_implicit_lifetime`.
1921
* Fix three IntelliSense process crashes.
2022
* Fix some missing translations.

0 commit comments

Comments
 (0)