Skip to content

Commit b02a2f8

Browse files
authored
Update changelog for 1.33.6 (#14644)
* Update changelog for 1.33.6
1 parent 130bb59 commit b02a2f8

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

Extension/CHANGELOG.md

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

3-
## Version 1.33.6: July 31, 2026
3+
## Version 1.33.6: August 4, 2026
44
### Bug Fixes
55
* 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)
66
* Thanks for the contribution. [@owevertonguedes (Weverton Guedes)](https://github.com/owevertonguedes) [PR #14620](https://github.com/microsoft/vscode-cpptools/pull/14620)
77
* 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)
88
* Thanks for the contribution. [@owevertonguedes (Weverton Guedes)](https://github.com/owevertonguedes) [PR #14624](https://github.com/microsoft/vscode-cpptools/pull/14624)
9+
* Fix a tag parser crash when a UTF-8 string literal is concatenated with a narrow string literal containing an invalid multibyte sequence.
910
* Fix potential browse database corruption when the same workspace is opened by multiple processes on Linux and macOS.
1011
* Fix a crash when reading files saved in certain multibyte encodings such as GB18030 or EUC-JP.
1112
* Fix an incorrect file path in an error message on Windows.
1213
* Other potential crash fixes.
14+
* Update dependencies.
1315

1416
## Version 1.33.5: July 28, 2026
1517
### Bug Fixes

0 commit comments

Comments
 (0)