|
1 | 1 | # C/C++ for Visual Studio Code Changelog |
2 | 2 |
|
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 |
9 | 4 | ### Enhancement |
10 | 5 | * 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) |
11 | 7 |
|
12 | 8 | ### Bug Fixes |
13 | 9 | * Fix no error appearing in the configuration UI when an invalid `compilerPath` is used. [#12661](https://github.com/microsoft/vscode-cpptools/issues/12661) |
14 | 10 | * 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) |
24 | 12 | * Fix the handling of default file associations for certain file extensions. [PR #13455](https://github.com/microsoft/vscode-cpptools/pull/13455) |
25 | 13 | * Fix shell parsing of the arguments of a full command line in `compilerPath`. [PR #13468](https://github.com/microsoft/vscode-cpptools/pull/13468) |
26 | 14 | * Fix C and CUDA files being interpreted as C++ in `compile_commands.json`. [#13471](https://github.com/microsoft/vscode-cpptools/issues/13471) |
27 | 15 | * 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) |
28 | 17 | * 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). |
29 | 19 | * Fix a case where language server crash messages appear after 4 minutes. |
| 20 | +* Fix a crash with Copilot hover. |
| 21 | +* Fix some translation issues. |
30 | 22 |
|
31 | 23 | ## Version 1.24.5: April 3, 2025 |
32 | 24 | ### New Feature |
|
0 commit comments