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
+21-1Lines changed: 21 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,25 @@
1
1
# C/C++ for Visual Studio Code Changelog
2
2
3
+
## Version 1.26.1: May 22, 2025
4
+
### Bug Fixes
5
+
* Fix include completion adding an extra `"` in `insert` mode. [#13615](https://github.com/microsoft/vscode-cpptools/issues/13615)
6
+
* Fix a bug with compiler querying of MinGW. [#13622](https://github.com/microsoft/vscode-cpptools/issues/13622)
7
+
* Fix a tag parser crash regression.
8
+
9
+
## Version 1.26.0: May 21, 2025
10
+
### New Feature
11
+
* Improve the context provided for C++ Copilot suggestions.
12
+
13
+
### Enhancements
14
+
* 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)
15
+
* IntelliSense parser updates.
16
+
17
+
### Bug Fixes
18
+
* Fix an invalid IntelliSense error with C++23 escape sequences. [#13338](https://github.com/microsoft/vscode-cpptools/issues/13338)
19
+
* Fix switch header/source for CUDA files. [#13575](https://github.com/microsoft/vscode-cpptools/issues/13575)
20
+
* Update Apple clang 16.4 to LLVM clang version mappings and fix incorrect mappings for Apple clang 14.
21
+
* Update the bundled clang-tidy and clang-format from 1.20.3 to 1.20.5 (for bug fixes).
22
+
3
23
## Version 1.25.3: April 28, 2025
4
24
### Enhancements
5
25
* Add a configuration warning message explaining why paths in quotes can't be found. [#11955](https://github.com/microsoft/vscode-cpptools/issues/11955)
0 commit comments