Skip to content

Commit e8f055b

Browse files
committed
Update changelog for 1.25.0.
1 parent a71cbad commit e8f055b

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

Extension/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# C/C++ for Visual Studio Code Changelog
22

3+
## Version 1.25.0: April 10, 2025
4+
### Enhancement
5+
* Improve the description of the `C_Cpp.copilotHover` setting. [PR #13461](https://github.com/microsoft/vscode-cpptools/pull/13461)
6+
7+
### Bug Fixes
8+
* Fix a crash during tag parsing. [#13435](https://github.com/Microsoft/vscode-cpptools/issues/13435)
9+
* Fix the handling of default file associations for certain file extensions. [PR #13455](https://github.com/microsoft/vscode-cpptools/pull/13455)
10+
* Fix shell parsing of the arguments of a full command line in `compilerPath`. [PR #13468](https://github.com/microsoft/vscode-cpptools/pull/13468)
11+
* Fix `onDidChangeVisibleTextEditors` not getting called when a `didOpen` is received. [PR #13474](https://github.com/microsoft/vscode-cpptools/pull/13474)
12+
* 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)
13+
* 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.
14+
* Fix C and CUDA files being interpreted as C++ in `compile_commands.json`.
15+
* Fix a case where language server crash messages appear after 4 minutes.
16+
317
## Version 1.24.5: April 3, 2025
418
### New Feature
519
* Add support for Copilot descriptions in hover tooltips, controlled by the `C_Cpp.copilotHover` setting. [PR #13385](https://github.com/microsoft/vscode-cpptools/pull/13385)

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

0 commit comments

Comments
 (0)