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
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,17 @@
1
1
# C/C++ for Visual Studio Code Changelog
2
2
3
-
## Version 1.33.6: July 31, 2026
3
+
## Version 1.33.6: August 4, 2026
4
4
### Bug Fixes
5
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
6
* Thanks for the contribution. [@owevertonguedes (Weverton Guedes)](https://github.com/owevertonguedes)[PR #14620](https://github.com/microsoft/vscode-cpptools/pull/14620)
7
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
8
* 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.
9
10
* Fix potential browse database corruption when the same workspace is opened by multiple processes on Linux and macOS.
10
11
* Fix a crash when reading files saved in certain multibyte encodings such as GB18030 or EUC-JP.
11
12
* Fix an incorrect file path in an error message on Windows.
0 commit comments