Skip to content

Commit 084c88f

Browse files
authored
Merge branch 'main' into seanmcm/vscodeSettingsIgnore
2 parents 35cd6a4 + 44a9629 commit 084c88f

2 files changed

Lines changed: 15 additions & 3 deletions

File tree

Extension/CHANGELOG.md

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

3+
## Version 1.33.3: July 6, 2026
4+
### Enhancement
5+
* Allow platform overrides in `cppbuild` tasks. [#11601](https://github.com/microsoft/vscode-cpptools/issues/11601)
6+
7+
### Bug Fixes
8+
* Fix `[[no_unique_address]]` empty-base layout `sizeof` being computed too large. [#14524](https://github.com/microsoft/vscode-cpptools/issues/14524)
9+
* Fix C/C++ debug data-tips on members of a dereferenced expression. [PR #14540](https://github.com/microsoft/vscode-cpptools/pull/14540)
10+
* Thanks for the contribution. [@tieo](https://github.com/tieo)
11+
* Fix `clang-format`/`clang-tidy` version check failing on Windows. [PR #14552](https://github.com/microsoft/vscode-cpptools/pull/14552)
12+
* Fix Windows backslash paths being mangled when adding an SSH target. [PR #14554](https://github.com/microsoft/vscode-cpptools/pull/14554)
13+
* Fix "directory_cache" crashes.
14+
* Fix spurious IntelliSense error on `std::variant` brace-initialization.
15+
316
## Version 1.33.2: June 26, 2026
417
### Bug Fixes
518
* Fix a regression with 'Find All References' with functions that exist in both C and C++ files. [#14546](https://github.com/microsoft/vscode-cpptools/issues/14546)
6-
* Fix some regression crashes.
719

820
## Version 1.33.1: June 23, 2026
921
### Bug Fixes

Extension/package.json

Lines changed: 2 additions & 2 deletions
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.2-main",
5+
"version": "1.33.3-main",
66
"publisher": "ms-vscode",
77
"icon": "LanguageCCPP_color_128x.png",
88
"readme": "README.md",
@@ -7266,4 +7266,4 @@
72667266
"uuid": "^11.1.1",
72677267
"undici": "^7.28.0"
72687268
}
7269-
}
7269+
}

0 commit comments

Comments
 (0)