You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Extension/CHANGELOG.md
+16-14Lines changed: 16 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,32 +1,34 @@
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.26.0: May 22, 2025
9
4
### Enhancement
10
-
* Add a configuration warning message explaining why paths in quotes can't be found.[#11955](https://github.com/microsoft/vscode-cpptools/issues/11955)
5
+
* Add support for c++26/2c, gnu++26/2c, and c++23preview configurations. [#12963](https://github.com/microsoft/vscode-cpptools/issues/12963),[#13133](https://github.com/microsoft/vscode-cpptools/issues/13133)
11
6
12
7
### Bug Fixes
13
-
* Fix no error appearing in the configuration UI when an invalid `compilerPath` is used. [#12661](https://github.com/microsoft/vscode-cpptools/issues/12661)
14
-
* 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.
8
+
* Fix an invalid IntelliSense error with C++23 escape sequences. [#13338](https://github.com/microsoft/vscode-cpptools/issues/13338)
9
+
* Fix switch header/source for CUDA files. [#13575](https://github.com/microsoft/vscode-cpptools/issues/13575)
10
+
* Update Apple clang 16.4 to LLVM clang version mappings and fix incorrect mappings for Apple clang 14.
11
+
* Update the bundled clang-tidy and clang-format from 1.20.3 to 1.20.5 (for bug fixes).
18
12
19
-
## Version 1.25.0: April 10, 2025
20
-
### Enhancement
13
+
## Version 1.25.3: April 28, 2025
14
+
### Enhancements
15
+
* Add a configuration warning message explaining why paths in quotes can't be found. [#11955](https://github.com/microsoft/vscode-cpptools/issues/11955)
21
16
* Improve the description of the `C_Cpp.copilotHover` setting. [PR #13461](https://github.com/microsoft/vscode-cpptools/pull/13461)
22
17
23
18
### Bug Fixes
19
+
* Fix no error appearing in the configuration UI when an invalid `compilerPath` is used. [#12661](https://github.com/microsoft/vscode-cpptools/issues/12661)
20
+
* Fix the 'Debug C/C++ File' button sometimes disappearing. [#13400](https://github.com/microsoft/vscode-cpptools/issues/13400)
21
+
* Fix a crash in `read_double`. [#13435](https://github.com/Microsoft/vscode-cpptools/issues/13435)
24
22
* Fix the handling of default file associations for certain file extensions. [PR #13455](https://github.com/microsoft/vscode-cpptools/pull/13455)
25
23
* Fix shell parsing of the arguments of a full command line in `compilerPath`. [PR #13468](https://github.com/microsoft/vscode-cpptools/pull/13468)
26
24
* Fix C and CUDA files being interpreted as C++ in `compile_commands.json`. [#13471](https://github.com/microsoft/vscode-cpptools/issues/13471)
27
25
* 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)
26
+
* Fix issues with the `recursiveIncludes` properties in the configuration UI editor. [PR #13498](https://github.com/microsoft/vscode-cpptools/pull/13498)
28
27
* 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.
28
+
* Update clang-tidy and clang-format from 20.1.2 to 20.1.3 (which has some bug fixes).
29
29
* Fix a case where language server crash messages appear after 4 minutes.
0 commit comments