You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Extension/CHANGELOG.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,10 +2,10 @@
2
2
3
3
## Version 1.32.1: April 20, 2026
4
4
### Bug Fixes
5
-
* Fix an IntelliSense crash when three specialcase comments were used in a template. [#14360](https://github.com/microsoft/vscode-cpptools/issues/14360)
5
+
* Fix an IntelliSense crash when three special-case comments are used in a template. [#14360](https://github.com/microsoft/vscode-cpptools/issues/14360)
6
6
* Fix `Reinstalling the Extension.md` not being found. [#14389](https://github.com/microsoft/vscode-cpptools/issues/14389)
7
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)
8
+
* Fix the clang-tidy error `Error: no checks enabled.`when checks are not otherwise set. [#14391](https://github.com/microsoft/vscode-cpptools/issues/14391)
0 commit comments