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
* Fix some invalid assumptions for tasks (#13989)
* Update changeling and version for 1.28.2 (#13990)
* Update changelog and version for 1.28.2.
* Remove llvm from cgmanifest. (#13994)
* Update changelog. (#13996)
---------
Co-authored-by: Bob Brown <bobbrow@users.noreply.github.com>
Copy file name to clipboardExpand all lines: Extension/CHANGELOG.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,21 +1,21 @@
1
1
# C/C++ for Visual Studio Code Changelog
2
2
3
-
## Version 1.28.1: October 7, 2025
4
-
### Bug Fixes
5
-
* 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)
6
-
* Fix document symbols randomly showing previous versions of symbols after they are modified. [#13967](https://github.com/microsoft/vscode-cpptools/issues/13967)
7
-
* Prevent .js files from being tag parsed to avoid a crash. [#13980](https://github.com/microsoft/vscode-cpptools/issues/13980)
8
-
* A potential fix for a crash.
9
-
10
-
## Version 1.28.0: September 25, 2025
3
+
## Version 1.28.2: October 14, 2025
11
4
### Enhancements
12
5
* Add IntelliSense support for c23 `bool`, `true`, and `false`. [#13737](https://github.com/microsoft/vscode-cpptools/issues/13737)
13
-
* Update the bundled `clang-tidy` and `clang-format` from 20.1.7 to 21.1.2.
6
+
* Add missing C/C++ keyword completions for newer language standards. [#13982](https://github.com/microsoft/vscode-cpptools/issues/13982)
7
+
* Update the bundled `clang-tidy` and `clang-format` from 20.1.7 to 21.1.3.
14
8
15
9
### Bug Fixes
16
10
* 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)
17
11
* Fix the `C/C++ Properties Schema Reference` link in the configuration UI editor. [#13949](https://github.com/microsoft/vscode-cpptools/issues/13949)
18
12
* Fix a crash with `preReleaseCheck`. [#13953](https://github.com/microsoft/vscode-cpptools/issues/13953)
13
+
* 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)
14
+
* Fix document symbols randomly showing previous versions of symbols after they are modified. [#13967](https://github.com/microsoft/vscode-cpptools/issues/13967)
15
+
* Prevent tag parsing of .js files to avoid a crash. [#13980](https://github.com/microsoft/vscode-cpptools/issues/13980)
16
+
* Fix some invalid assumptions for cppbuild tasks. [PR #13989](https://github.com/microsoft/vscode-cpptools/pull/13989)
17
+
* Fix a random memory corruption and deadlock (involving `task_deque`).
18
+
* A potential fix for a crash (involving `line_offset_t`).
0 commit comments