Skip to content

Commit 73c95be

Browse files
authored
Update changelog for 1.25.3. (#13560)
* Update changelog for 1.25.3.
1 parent fd57bfd commit 73c95be

File tree

2 files changed

+8
-16
lines changed

2 files changed

+8
-16
lines changed

Extension/CHANGELOG.md

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

3-
## Version 1.25.2: April 25, 2025
4-
### Bug Fixes
5-
* Fix a crash in `read_double`. [#13435](https://github.com/Microsoft/vscode-cpptools/issues/13435)
6-
* Fix a crash with Copilot hover.
7-
8-
## Version 1.25.1: April 22, 2025
3+
## Version 1.25.3: April 28, 2025
94
### Enhancement
105
* Add a configuration warning message explaining why paths in quotes can't be found. [#11955](https://github.com/microsoft/vscode-cpptools/issues/11955)
6+
* Improve the description of the `C_Cpp.copilotHover` setting. [PR #13461](https://github.com/microsoft/vscode-cpptools/pull/13461)
117

128
### Bug Fixes
139
* Fix no error appearing in the configuration UI when an invalid `compilerPath` is used. [#12661](https://github.com/microsoft/vscode-cpptools/issues/12661)
1410
* Fix the 'Debug C/C++ File' button sometimes disappearing. [#13400](https://github.com/microsoft/vscode-cpptools/issues/13400)
15-
* Fix issues with the `recursiveIncludes` properties in the configuration UI editor. [PR #13498](https://github.com/microsoft/vscode-cpptools/pull/13498)
16-
* Update clang-tidy and clang-format from 20.1.2 to 20.1.3 (which has some bug fixes).
17-
* Fix some translation issues.
18-
19-
## Version 1.25.0: April 10, 2025
20-
### Enhancement
21-
* Improve the description of the `C_Cpp.copilotHover` setting. [PR #13461](https://github.com/microsoft/vscode-cpptools/pull/13461)
22-
23-
### Bug Fixes
11+
* Fix a crash in `read_double`. [#13435](https://github.com/Microsoft/vscode-cpptools/issues/13435)
2412
* Fix the handling of default file associations for certain file extensions. [PR #13455](https://github.com/microsoft/vscode-cpptools/pull/13455)
2513
* Fix shell parsing of the arguments of a full command line in `compilerPath`. [PR #13468](https://github.com/microsoft/vscode-cpptools/pull/13468)
2614
* Fix C and CUDA files being interpreted as C++ in `compile_commands.json`. [#13471](https://github.com/microsoft/vscode-cpptools/issues/13471)
2715
* Stop automatically mapping a `.C` file to C++ if it's already set in `files.associations`. [PR #13476](https://github.com/microsoft/vscode-cpptools/pull/13476)
16+
* Fix issues with the `recursiveIncludes` properties in the configuration UI editor. [PR #13498](https://github.com/microsoft/vscode-cpptools/pull/13498)
2817
* Fix IntelliSense not updating after the language ID is changed, and prevent the language ID from being changed if it's set from `compile_commands.json` or a configuration provider.
18+
* Update clang-tidy and clang-format from 20.1.2 to 20.1.3 (which has some bug fixes).
2919
* Fix a case where language server crash messages appear after 4 minutes.
20+
* Fix a crash with Copilot hover.
21+
* Fix some translation issues.
3022

3123
## Version 1.24.5: April 3, 2025
3224
### New Feature

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

0 commit comments

Comments
 (0)