Skip to content

Commit 0ae864f

Browse files
authored
Merge pull request #14003 from microsoft/main
Merge for 1.28.3 (release)
2 parents 58e66e8 + dc1cdec commit 0ae864f

File tree

3 files changed

+5
-13
lines changed

3 files changed

+5
-13
lines changed

Extension/CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
# C/C++ for Visual Studio Code Changelog
22

3-
## Version 1.28.2: October 13, 2025
3+
## Version 1.28.3: October 16, 2025
44
### Enhancements
55
* Add IntelliSense support for c23 `bool`, `true`, and `false`. [#13737](https://github.com/microsoft/vscode-cpptools/issues/13737)
6+
* Add missing C/C++ keyword completions for newer language standards. [#13982](https://github.com/microsoft/vscode-cpptools/issues/13982)
67
* Update the bundled `clang-tidy` and `clang-format` from 20.1.7 to 21.1.3.
78

89
### Bug Fixes
@@ -12,8 +13,9 @@
1213
* Fix extension activation getting stuck when certain SSH config files are processed (by the SSH targets view feature). [#13966](https://github.com/microsoft/vscode-cpptools/issues/13966)
1314
* Fix document symbols randomly showing previous versions of symbols after they are modified. [#13967](https://github.com/microsoft/vscode-cpptools/issues/13967)
1415
* Prevent tag parsing of .js files to avoid a crash. [#13980](https://github.com/microsoft/vscode-cpptools/issues/13980)
15-
* Fix missing C/C++ keyword completions for newer language standards. [#13982](https://github.com/microsoft/vscode-cpptools/issues/13982)
1616
* Fix some invalid assumptions for cppbuild tasks. [PR #13989](https://github.com/microsoft/vscode-cpptools/pull/13989)
17+
* Fix a random crash after changing settings while code analysis is running.
18+
* Fix a random memory corruption and deadlock (involving `task_deque`).
1719
* A potential fix for a crash (involving `line_offset_t`).
1820

1921
## Version 1.27.7: September 18, 2025

Extension/cgmanifest.json

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,6 @@
11
{
22
"$schema": "https://json.schemastore.org/component-detection-manifest.json",
33
"Registrations": [
4-
{
5-
"Component": {
6-
"Type": "git",
7-
"Git": {
8-
"RepositoryUrl": "https://github.com/llvm/llvm-project",
9-
"CommitHash": "0d44201451f03ba907cdb268ddddfc3fa38a0ebd"
10-
},
11-
"DevelopmentDependency": true
12-
}
13-
},
144
{
155
"Component": {
166
"Type": "git",

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

0 commit comments

Comments
 (0)