Skip to content

Commit c4d9f11

Browse files
authored
Update changelog and version for 1.23.4. (#13155)
* Update changelog and version for 1.23.4.
1 parent 6f9ddbf commit c4d9f11

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

Diff for: Extension/CHANGELOG.md

+9-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,17 @@
11
# C/C++ for Visual Studio Code Changelog
22

3-
## Version 1.23.3: January 9, 2025
4-
### New Feature
5-
* Enable setting multiple compile commands. [#7029](https://github.com/microsoft/vscode-cpptools/issues/7029)
6-
* Thank you for the contribution. [@yiftahw](https://github.com/yiftahw) [PR #12960](https://github.com/microsoft/vscode-cpptools/pull/12960)
3+
## Version 1.23.4: January 16, 2025
4+
### Bug Fixes
5+
* Fix a couple bugs with `.editorConfig` handling. [PR #13140](https://github.com/microsoft/vscode-cpptools/pull/13140)
6+
* Fix a bug when processing a file with invalid multi-byte sequences. [#13150](https://github.com/microsoft/vscode-cpptools/issues/13150)
7+
* Fix a crash when Copilot hover is used on code with no definition file (e.g. literals).
8+
* Fix `libiconv.dll` not being signed on Windows.
79

10+
## Version 1.23.3: January 9, 2025
811
### Enhancements
912
* Modifications to the snippet completions to more closely match the snippets provided by TypeScript. [#4482](https://github.com/microsoft/vscode-cpptools/issues/4482)
13+
* Enable setting multiple compile commands. [#7029](https://github.com/microsoft/vscode-cpptools/issues/7029)
14+
* Thank you for the contribution. [@yiftahw](https://github.com/yiftahw) [PR #12960](https://github.com/microsoft/vscode-cpptools/pull/12960)
1015
* Update clang path setting descriptions. [PR #13071](https://github.com/microsoft/vscode-cpptools/pull/13071)
1116
* Update clang-format and clang-tidy from 19.1.5 to 19.1.6.
1217
* IntelliSense parser updates.

Diff for: Extension/package.json

+1-1
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.23.3-main",
5+
"version": "1.23.4-main",
66
"publisher": "ms-vscode",
77
"icon": "LanguageCCPP_color_128x.png",
88
"readme": "README.md",

0 commit comments

Comments
 (0)