Skip to content

Commit e10dfa0

Browse files
committed
Update changelog for 1.31.2.
1 parent e83f362 commit e10dfa0

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

Extension/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# C/C++ for Visual Studio Code Changelog
22

3+
## Version 1.31.2: March 17, 2026
4+
### Bug Fixes
5+
* Fix an incorrect warning message with `c_cpp_properties.json` squiggles. [PR #14265](https://github.com/microsoft/vscode-cpptools/pull/14265)
6+
* Fix cpptools getting stuck if DevTools sends a workspace symbol request when the database is empty. [#14268](https://github.com/microsoft/vscode-cpptools/issues/14268)
7+
* Update clang-tidy and clang-format from 22.1.0 to 22.1.1 (bug fixes).
8+
* Various other internal changes.
9+
310
## Version 1.31.1: March 10, 2026
411
### Enhancements
512
* Update clang-tidy and clang-format from 21.1.4 to 22.1.0.

Extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "cpptools",
33
"displayName": "C/C++",
44
"description": "C/C++ IntelliSense, debugging, and code browsing.",
5-
"version": "1.31.1-main",
5+
"version": "1.31.2-main",
66
"publisher": "ms-vscode",
77
"icon": "LanguageCCPP_color_128x.png",
88
"readme": "README.md",

0 commit comments

Comments
 (0)