Skip to content

Commit d0e089c

Browse files
authored
Update changelog and version for 1.27.4. (#13901)
* Update changelog and version for 1.27.4.
1 parent 293e77a commit d0e089c

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

Extension/CHANGELOG.md

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

3+
## Version 1.27.4: September 8, 2025
4+
### Bug Fixes
5+
* Fix crash recovery. [#13838](https://github.com/microsoft/vscode-cpptools/issues/13838)
6+
* Fix a case of unintialized memory in cpptools-srv.
7+
* Fix excessive cpptools messages when scrolling.
8+
39
## Version 1.27.3: September 3, 2025
410
### Enhancements
511
* 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.3-main",
5+
"version": "1.27.4-main",
66
"publisher": "ms-vscode",
77
"icon": "LanguageCCPP_color_128x.png",
88
"readme": "README.md",

0 commit comments

Comments
 (0)