Skip to content

Commit 5f0a3f4

Browse files
authored
Update changelog for 1.33.5. (#14613)
* Update changelog for 1.33.5. * Update version to 1.33.5.
1 parent 56a2bbe commit 5f0a3f4

2 files changed

Lines changed: 18 additions & 1 deletion

File tree

Extension/CHANGELOG.md

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

3+
## Version 1.33.5: July 28, 2026
4+
### Bug Fixes
5+
* Fix the remote process picker `ps` command not working with some shells. [#14442](https://github.com/microsoft/vscode-cpptools/issues/14442)
6+
* Thanks for the contribution. [@HuzaifaAbdulRehman](https://github.com/HuzaifaAbdulRehman) [PR #14592](https://github.com/microsoft/vscode-cpptools/pull/14592)
7+
* Fix a spurious IntelliSense error with class template argument deduction (CTAD). [#14453](https://github.com/microsoft/vscode-cpptools/issues/14453), [#14459](https://github.com/microsoft/vscode-cpptools/issues/14459), [#14504](https://github.com/microsoft/vscode-cpptools/issues/14504)
8+
* Fix 'Run C/C++ File' not running the program in PowerShell when terminal shell integration is unavailable. [#14583](https://github.com/microsoft/vscode-cpptools/issues/14583)
9+
* Thanks for the contribution. [@owevertonguedes (Weverton Guedes)](https://github.com/owevertonguedes) [PR #14585](https://github.com/microsoft/vscode-cpptools/pull/14585)
10+
* Fix the build tools walkthrough for Visual Studio 2026. [PR #14589](https://github.com/microsoft/vscode-cpptools/pull/14589)
11+
* Fix empty database folders being created in every folder of a multi-root workspace.
12+
* Fix 'Rescan Workspace' triggering a full database reset instead of only a rescan.
13+
* Fix several potential deadlocks and data races in the language server.
14+
* Reduce memory usage to help avoid out-of-memory crashes.
15+
* Fix an incorrect `#include` casing error on Linux.
16+
* Fix an IntelliSense crash.
17+
* Various localization updates.
18+
* Update dependencies.
19+
320
## Version 1.33.4: July 8, 2026
421
### Bug Fixes
522
* Fix the wording for the `#include` errors detected message. [#8227](https://github.com/microsoft/vscode-cpptools/issues/8227)

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

0 commit comments

Comments
 (0)