Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions Extension/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@
### Bug Fixes
* Fix a couple bugs with `.editorConfig` handling. [PR #13140](https://github.com/microsoft/vscode-cpptools/pull/13140)
* Fix a bug when processing a file with invalid multi-byte sequences. [#13150](https://github.com/microsoft/vscode-cpptools/issues/13150)
* Fix a potential telemetry issue with Copilot hover. [PR #13158](https://github.com/microsoft/vscode-cpptools/pull/13158)
* Fix a crash when Copilot hover is used on code with no definition file (e.g. literals).
* Update clang-format and clang-tidy from 19.1.6 to 19.1.7.
* Update vsdbg from 17.12.10729.1 to 17.13.20115.1.
* Fix `libiconv.dll` not being signed on Windows.

## Version 1.23.3: January 9, 2025
Expand Down
Loading