Merge pull request #14548 from microsoft/main

Merge for 1.33.2
This commit is contained in:
Sean McManus
2026-06-26 11:38:18 -07:00
committed by GitHub
2 changed files with 9 additions and 3 deletions
+8 -2
View File
@@ -1,8 +1,14 @@
# C/C++ for Visual Studio Code Changelog
## Version 1.33.1: June 24, 2026
## Version 1.33.2: June 26, 2026
### Bug Fixes
* Fix some crash regressions.
* Fix a regression with 'Find All References' with functions that exist in both C and C++ files. [#14546](https://github.com/microsoft/vscode-cpptools/issues/14546)
* Fix some regression crashes.
## Version 1.33.1: June 23, 2026
### Bug Fixes
* Fix 'Find All References' dropping valid references when a template parameter type has a typedef alias in only one translation unit. [#14344](https://github.com/microsoft/vscode-cpptools/issues/14344)
* Fix a crash regression on file open.
* Fix IntelliSense incorrectly resolving `#include` files through a symbolic link after the target directory was deleted from disk.
* Fix "tag parsing finished" status randomly getting reported too soon after a 'Reset IntelliSense Database' command.
+1 -1
View File
@@ -2,7 +2,7 @@
"name": "cpptools",
"displayName": "C/C++",
"description": "C/C++ IntelliSense, debugging, and code browsing.",
"version": "1.33.1-main",
"version": "1.33.2-main",
"publisher": "ms-vscode",
"icon": "LanguageCCPP_color_128x.png",
"readme": "README.md",