Skip to content

Commit ef21f09

Browse files
authored
Update changelog for 1.26.2. (#13712)
1 parent 80c73b3 commit ef21f09

File tree

3 files changed

+19
-3
lines changed

3 files changed

+19
-3
lines changed

Extension/CHANGELOG.md

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

3+
## Version 1.26.2: June 19, 2025
4+
### Enhancement
5+
* Add more return code and error logging when compiler querying fails. [#13679](https://github.com/microsoft/vscode-cpptools/issues/13679)
6+
7+
### Bug Fixes
8+
* Fix completion triggering from `.` on the last column of a multi-line comment block. [#13288](https://github.com/microsoft/vscode-cpptools/issues/13288)
9+
* Fix `-iquote` not working after `-isystem`. [#13638](https://github.com/microsoft/vscode-cpptools/issues/13638)
10+
* Minor debugger fixes. [PR #13654](https://github.com/microsoft/vscode-cpptools/pull/13654), [PR #13671](https://github.com/microsoft/vscode-cpptools/pull/13671)
11+
* Fix `browse.path` merging with the configuration provider's `browse.path` with `"mergeConfigurations": false`. [#13660](https://github.com/microsoft/vscode-cpptools/issues/13660)
12+
* Fix doxygen comments with `[in]`, `[in,out]`, etc. attributes. [#13682](https://github.com/microsoft/vscode-cpptools/issues/13682), [#13698](https://github.com/microsoft/vscode-cpptools/issues/13698)
13+
* Fix old `defines` accumulating after `defines` are changed with `"mergeConfigurations": true`. [#13687](https://github.com/microsoft/vscode-cpptools/issues/13687)
14+
* Fix changes to mergeable properties in `c_cpp_properties.json` not being used until a new configuration is requested with `"mergeConfigurations": true`. [#13688](https://github.com/microsoft/vscode-cpptools/issues/13688)
15+
* Update the bundled `clang-format` and `clang-tidy` from 20.1.5 to 20.1.7 (for bug fixes).
16+
* Fix an IntelliSense crash when calling `save_class_members`.
17+
* Update and fix some translations.
18+
319
## Version 1.26.1: May 22, 2025
420
### Bug Fixes
521
* Fix include completion adding an extra `"` in `insert` mode. [#13615](https://github.com/microsoft/vscode-cpptools/issues/13615)

Extension/ThirdPartyNotices.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1323,7 +1323,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
13231323

13241324
---------------------------------------------------------
13251325

1326-
brace-expansion 1.1.11 - MIT
1326+
brace-expansion 1.1.12 - MIT
13271327
https://github.com/juliangruber/brace-expansion
13281328

13291329
Copyright (c) 2013 Julian Gruber <[email protected]>
@@ -1355,7 +1355,7 @@ SOFTWARE.
13551355

13561356
---------------------------------------------------------
13571357

1358-
brace-expansion 2.0.1 - MIT
1358+
brace-expansion 2.0.2 - MIT
13591359
https://github.com/juliangruber/brace-expansion
13601360

13611361
Copyright (c) 2013 Julian Gruber <[email protected]>

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

0 commit comments

Comments
 (0)