diff --git a/Extension/CHANGELOG.md b/Extension/CHANGELOG.md index f028025b6..0d8e5c500 100644 --- a/Extension/CHANGELOG.md +++ b/Extension/CHANGELOG.md @@ -1,5 +1,11 @@ # C/C++ for Visual Studio Code Changelog +## Version 1.33.4: July 8, 2026 +### Bug Fixes +* Fix the wording for the `#include` errors detected message. [#8227](https://github.com/microsoft/vscode-cpptools/issues/8227) +* Fix another "directory_cache" crash. +* Update some localization. + ## Version 1.33.3: July 6, 2026 ### Enhancement * Allow platform overrides in `cppbuild` tasks. [#11601](https://github.com/microsoft/vscode-cpptools/issues/11601) diff --git a/Extension/package.json b/Extension/package.json index 41abfff67..eb08ea14f 100644 --- a/Extension/package.json +++ b/Extension/package.json @@ -2,7 +2,7 @@ "name": "cpptools", "displayName": "C/C++", "description": "C/C++ IntelliSense, debugging, and code browsing.", - "version": "1.33.3-main", + "version": "1.33.4-main", "publisher": "ms-vscode", "icon": "LanguageCCPP_color_128x.png", "readme": "README.md",