Skip to content

Commit 0040d0c

Browse files
authored
Add 1.33.6 changelog entry and bump version (#14628)
1 parent 35408d5 commit 0040d0c

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

Extension/CHANGELOG.md

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

3+
## Version 1.33.6: July 31, 2026
4+
### Bug Fixes
5+
* Fix a spurious recursive includes (`**`) debug console log warning for paths merged from `c_cpp_properties.json` when `C_Cpp.mergeConfigurations` is enabled. [#14125](https://github.com/microsoft/vscode-cpptools/issues/14125)
6+
* Thanks for the contribution. [@owevertonguedes (Weverton Guedes)](https://github.com/owevertonguedes) [PR #14620](https://github.com/microsoft/vscode-cpptools/pull/14620)
7+
* Fix custom configurations being discarded when `C_Cpp.mergeConfigurations` is enabled and a provider supplies the file `uri` as a `vscode.Uri`. [#14621](https://github.com/microsoft/vscode-cpptools/issues/14621)
8+
* Thanks for the contribution. [@owevertonguedes (Weverton Guedes)](https://github.com/owevertonguedes) [PR #14624](https://github.com/microsoft/vscode-cpptools/pull/14624)
9+
* Fix potential browse database corruption when the same workspace is opened by multiple processes on Linux and macOS.
10+
* Fix a crash when reading files saved in certain multibyte encodings such as GB18030 or EUC-JP.
11+
* Fix an incorrect file path in an error message on Windows.
12+
* Other potential crash fixes.
13+
314
## Version 1.33.5: July 28, 2026
415
### Bug Fixes
516
* Fix the remote process picker `ps` command not working with some shells. [#14442](https://github.com/microsoft/vscode-cpptools/issues/14442)

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

0 commit comments

Comments
 (0)