|
1 | 1 | # C/C++ for Visual Studio Code Changelog
|
2 | 2 |
|
3 |
| -## Version 1.26.2: June 19, 2025 |
4 |
| -### Enhancement |
| 3 | +## Version 1.26.3: June 24, 2025 |
| 4 | +### New Feature |
| 5 | +* Improve the context provided for C++ Copilot suggestions. |
| 6 | + |
| 7 | +### Enhancements |
| 8 | +* 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) |
5 | 9 | * Add more return code and error logging when compiler querying fails. [#13679](https://github.com/microsoft/vscode-cpptools/issues/13679)
|
| 10 | +* IntelliSense parser updates. |
6 | 11 |
|
7 | 12 | ### Bug Fixes
|
8 | 13 | * Fix completion triggering from `.` on the last column of a multi-line comment block. [#13288](https://github.com/microsoft/vscode-cpptools/issues/13288)
|
| 14 | +* Fix an invalid IntelliSense error with C++23 escape sequences. [#13338](https://github.com/microsoft/vscode-cpptools/issues/13338) |
| 15 | +* Fix switch header/source for CUDA files. [#13575](https://github.com/microsoft/vscode-cpptools/issues/13575) |
| 16 | +* Fix include completion adding an extra `"` in `insert` mode. [#13615](https://github.com/microsoft/vscode-cpptools/issues/13615) |
| 17 | +* Fix a bug with compiler querying of MinGW. [#13622](https://github.com/microsoft/vscode-cpptools/issues/13622) |
9 | 18 | * Fix `-iquote` not working after `-isystem`. [#13638](https://github.com/microsoft/vscode-cpptools/issues/13638)
|
10 | 19 | * Minor debugger fixes. [PR #13654](https://github.com/microsoft/vscode-cpptools/pull/13654), [PR #13671](https://github.com/microsoft/vscode-cpptools/pull/13671)
|
11 | 20 | * Fix `browse.path` merging with the configuration provider's `browse.path` with `"mergeConfigurations": false`. [#13660](https://github.com/microsoft/vscode-cpptools/issues/13660)
|
12 | 21 | * 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 | 22 | * Fix old `defines` accumulating after `defines` are changed with `"mergeConfigurations": true`. [#13687](https://github.com/microsoft/vscode-cpptools/issues/13687)
|
14 | 23 | * 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). |
| 24 | +* Update Apple clang 16.4 to LLVM clang version mappings and fix incorrect mappings for Apple clang 14. |
| 25 | +* Update the bundled `clang-format` and `clang-tidy` from 20.1.3 to 20.1.7 (for bug fixes). |
16 | 26 | * Fix an IntelliSense crash when calling `save_class_members`.
|
17 |
| -* Update and fix some translations. |
18 |
| - |
19 |
| -## Version 1.26.1: May 22, 2025 |
20 |
| -### Bug Fixes |
21 |
| -* Fix include completion adding an extra `"` in `insert` mode. [#13615](https://github.com/microsoft/vscode-cpptools/issues/13615) |
22 |
| -* Fix a bug with compiler querying of MinGW. [#13622](https://github.com/microsoft/vscode-cpptools/issues/13622) |
23 | 27 | * Fix a tag parser crash regression.
|
24 |
| - |
25 |
| -## Version 1.26.0: May 21, 2025 |
26 |
| -### New Feature |
27 |
| -* Improve the context provided for C++ Copilot suggestions. |
28 |
| - |
29 |
| -### Enhancements |
30 |
| -* 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) |
31 |
| -* IntelliSense parser updates. |
32 |
| - |
33 |
| -### Bug Fixes |
34 |
| -* Fix an invalid IntelliSense error with C++23 escape sequences. [#13338](https://github.com/microsoft/vscode-cpptools/issues/13338) |
35 |
| -* Fix switch header/source for CUDA files. [#13575](https://github.com/microsoft/vscode-cpptools/issues/13575) |
36 |
| -* Update Apple clang 16.4 to LLVM clang version mappings and fix incorrect mappings for Apple clang 14. |
37 |
| -* Update the bundled clang-tidy and clang-format from 1.20.3 to 1.20.5 (for bug fixes). |
| 28 | +* Update and fix some translations. |
38 | 29 |
|
39 | 30 | ## Version 1.25.3: April 28, 2025
|
40 | 31 | ### Enhancements
|
|
0 commit comments