Skip to content

Commit ae056fd

Browse files
authored
Merge pull request #13629 from microsoft/main
Update changelog for 1.26.1 (#13627)
2 parents 598411c + 07de41e commit ae056fd

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

Extension/CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,18 @@
11
# C/C++ for Visual Studio Code Changelog
22

33
## Version 1.26.0: 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
410
### New Feature
511
* Improve the context provided for C++ Copilot suggestions.
612

7-
### Enhancement
13+
### Enhancements
814
* 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.
916

1017
### Bug Fixes
1118
* Fix an invalid IntelliSense error with C++23 escape sequences. [#13338](https://github.com/microsoft/vscode-cpptools/issues/13338)

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

0 commit comments

Comments
 (0)