Skip to content

Commit b1d5c2b

Browse files
committed
Update.
1 parent f6cff07 commit b1d5c2b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Extension/CHANGELOG.md

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

3-
## Version 1.27.0: July 31, 2025
3+
## Version 1.27.0: August 4, 2025
44
### Bug Fixes
55
* Fix an IntelliSense crash in `add_cached_tokens_to_string`. [#11900](https://github.com/microsoft/vscode-cpptools/issues/11900)
66
* Fix an IntelliSense crash in `find_subobject_for_interpreter_address`. [#12464](https://github.com/microsoft/vscode-cpptools/issues/12464)
@@ -11,6 +11,7 @@
1111
* Fix IntelliSense crashes when there are duplicate constexpr template functions in a TU. [#13775](https://github.com/microsoft/vscode-cpptools/issues/13775).
1212
* Fix the description of `debugServerPath`. [PR #13778](https://github.com/microsoft/vscode-cpptools/pull/13778)
1313
* Thank you for the contribution. [@redstrate (Joshua Goins)](https://github.com/redstrate)
14+
* Fix an IntelliSense bug that could cause incorrect string lengths to be reported for string literals in files that use certain file encodings.
1415

1516
## Version 1.26.3: June 24, 2025
1617
### New Feature

0 commit comments

Comments
 (0)