Skip to content

Commit d9af43b

Browse files
authored
Update changelog for 1.27.1. (#13855)
1 parent 33d169f commit d9af43b

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

Extension/CHANGELOG.md

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

3+
## Version 1.27.1: August 19, 2025
4+
### Bug Fixes
5+
* Fix the `__FILE_NAME__` macro being undefined with IntelliSense when using GCC/Clang. [#11164](https://github.com/microsoft/vscode-cpptools/issues/11164)
6+
* Fix Doxygen generation overwriting a function signature. [#13839](https://github.com/microsoft/vscode-cpptools/issues/13839)
7+
* Fix a crash on Windows 7, 8, and 10 (Server 2008, 2012, and 2016). [#13851](https://github.com/microsoft/vscode-cpptools/issues/13851)
8+
* Fix "CMake Tools" translations. [PR #13854](https://github.com/microsoft/vscode-cpptools/pull/13854)
9+
310
## Version 1.27.0: August 7, 2025
411
### Bug Fixes
512
* Fix an IntelliSense crash in `add_cached_tokens_to_string`. [#11900](https://github.com/microsoft/vscode-cpptools/issues/11900)

Extension/package.json

Lines changed: 2 additions & 2 deletions
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.0-main",
5+
"version": "1.27.1-main",
66
"publisher": "ms-vscode",
77
"icon": "LanguageCCPP_color_128x.png",
88
"readme": "README.md",
@@ -6625,4 +6625,4 @@
66256625
"postcss": "^8.4.31",
66266626
"gulp-typescript/**/glob-parent": "^5.1.2"
66276627
}
6628-
}
6628+
}

0 commit comments

Comments
 (0)