Update changeling and version for 1.28.2 (#13990)

* Update changelog and version for 1.28.2.
This commit is contained in:
Sean McManus
2025-10-09 20:26:43 -07:00
committed by GitHub
parent 358f70c0ec
commit eb8afeda81
2 changed files with 9 additions and 10 deletions
+8 -9
View File
@@ -1,21 +1,20 @@
# C/C++ for Visual Studio Code Changelog
## Version 1.28.1: October 7, 2025
### Bug Fixes
* 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)
* Fix document symbols randomly showing previous versions of symbols after they are modified. [#13967](https://github.com/microsoft/vscode-cpptools/issues/13967)
* Prevent .js files from being tag parsed to avoid a crash. [#13980](https://github.com/microsoft/vscode-cpptools/issues/13980)
* A potential fix for a crash.
## Version 1.28.0: September 25, 2025
## Version 1.28.2: October 13, 2025
### Enhancements
* Add IntelliSense support for c23 `bool`, `true`, and `false`. [#13737](https://github.com/microsoft/vscode-cpptools/issues/13737)
* Update the bundled `clang-tidy` and `clang-format` from 20.1.7 to 21.1.2.
* Update the bundled `clang-tidy` and `clang-format` from 20.1.7 to 21.1.3.
### Bug Fixes
* 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)
* Fix the `C/C++ Properties Schema Reference` link in the configuration UI editor. [#13949](https://github.com/microsoft/vscode-cpptools/issues/13949)
* Fix a crash with `preReleaseCheck`. [#13953](https://github.com/microsoft/vscode-cpptools/issues/13953)
* 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)
* Fix document symbols randomly showing previous versions of symbols after they are modified. [#13967](https://github.com/microsoft/vscode-cpptools/issues/13967)
* Prevent tag parsing of .js files to avoid a crash. [#13980](https://github.com/microsoft/vscode-cpptools/issues/13980)
* Fix missing C/C++ keyword completions for newer language standards. [#13982](https://github.com/microsoft/vscode-cpptools/issues/13982)
* Fix some invalid assumptions for cppbuild tasks. [PR #13989](https://github.com/microsoft/vscode-cpptools/pull/13989)
* A potential fix for a crash (involving `line_offset_t`).
## Version 1.27.7: September 18, 2025
### Enhancements
+1 -1
View File
@@ -2,7 +2,7 @@
"name": "cpptools",
"displayName": "C/C++",
"description": "C/C++ IntelliSense, debugging, and code browsing.",
"version": "1.28.1-main",
"version": "1.28.2-main",
"publisher": "ms-vscode",
"icon": "LanguageCCPP_color_128x.png",
"readme": "README.md",