Skip to content

Commit a6a238f

Browse files
authored
Update changelog and version for 1.28.0. (#13963)
* Update changelog and version for 1.28.0.
1 parent d6b46dc commit a6a238f

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

Extension/CHANGELOG.md

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

3+
## Version 1.28.0: September 25, 2025
4+
### Enhancements
5+
* Add IntelliSense support for c23 `bool`, `true`, and `false`. [#13737](https://github.com/microsoft/vscode-cpptools/issues/13737)
6+
* Update the bundled `clang-tidy` and `clang-format` from 20.1.7 to 21.1.2.
7+
8+
### Bug Fixes
9+
* Fix `cpptools` getting stuck when `clang-format` is invoked on a file in a `.clang-format-ignore`. [#13937](https://github.com/microsoft/vscode-cpptools/issues/13937)
10+
* Fix the `C/C++ Properties Schema Reference` link in the configuration UI editor. [#13949](https://github.com/microsoft/vscode-cpptools/issues/13949)
11+
* Fix a crash with `preReleaseCheck`. [#13953](https://github.com/microsoft/vscode-cpptools/issues/13953)
12+
313
## Version 1.27.7: September 18, 2025
414
### Enhancements
515
* Show a warning when too many files are processed in a workspace. [#10828](https://github.com/microsoft/vscode-cpptools/issues/10828)

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

0 commit comments

Comments
 (0)