Skip to content

Commit b0efdb5

Browse files
authored
Update changelog for 1.31.2. (#14271)
* Update changelog for 1.31.2.
1 parent 886008c commit b0efdb5

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

Extension/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
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 C/C++ 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+
39
## Version 1.31.1: March 10, 2026
410
### Enhancements
511
* 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)