Skip to content

Commit 357b977

Browse files
committed
Update changelog for 1.32.1.
1 parent 2b8f7a2 commit 357b977

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

Extension/CHANGELOG.md

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

3+
## Version 1.32.1: April 20, 2026
4+
### Bug Fixes
5+
* Fix an IntelliSense crash when three special case comments were used in a template. [#14360](https://github.com/microsoft/vscode-cpptools/issues/14360)
6+
* Fix `Reinstalling the Extension.md` not being found. [#14389](https://github.com/microsoft/vscode-cpptools/issues/14389)
7+
* Fix the `C/C++ DevTools` extension language service tools not working after the `C/C++` extension updates via `Restart Extensions`. [#14392](https://github.com/microsoft/vscode-cpptools/issues/14392)
8+
* Fix clang-tidy error `Error: no checks enabled.` if checks are not set in another way. [#14391](https://github.com/microsoft/vscode-cpptools/issues/14391)
9+
* Update localized strings.
10+
311
## Version 1.32.0: April 14, 2026
412
### New Feature
513
* Add support for run without debugging. [#1201](https://github.com/microsoft/vscode-cpptools/issues/1201)

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.32.0-main",
5+
"version": "1.32.1-main",
66
"publisher": "ms-vscode",
77
"icon": "LanguageCCPP_color_128x.png",
88
"readme": "README.md",

0 commit comments

Comments
 (0)