|
1 | 1 | # C/C++ for Visual Studio Code Changelog |
2 | 2 |
|
| 3 | +## Version 1.27.5: September 10, 2025 |
| 4 | +### Bug Fix |
| 5 | +* Fix extension activation getting stuck by GitHub Copilot activation. [#13914](https://github.com/microsoft/vscode-cpptools/issues/13914) |
| 6 | + * Thank you for the contribution. [@dbaeumer (Dirk Bäumer)](https://github.com/dbaeumer) [PR #13918](https://github.com/microsoft/vscode-cpptools/pull/13918) |
| 7 | + |
| 8 | +## Version 1.27.4: September 9, 2025 |
| 9 | +### Bug Fixes |
| 10 | +* Fix crash recovery. [#13838](https://github.com/microsoft/vscode-cpptools/issues/13838) |
| 11 | +* Fix the language server getting stuck by a notification message box after a configuration provider times out. [#13862](https://github.com/microsoft/vscode-cpptools/issues/13862) |
| 12 | +* Fix a case of unintialized memory in cpptools-srv. |
| 13 | +* Fix excessive cpptools messages when scrolling. |
| 14 | + |
| 15 | +## Version 1.27.3: September 3, 2025 |
| 16 | +### Enhancements |
| 17 | +* Show a warning when too many files are processed in a workspace. [#10828](https://github.com/microsoft/vscode-cpptools/issues/10828) |
| 18 | +* Update GitHub Copilot APIs. [PR #13877](https://github.com/microsoft/vscode-cpptools/pull/13877) |
| 19 | + * Thank you for the contribution. [@dbaeumer (Dirk Bäumer)](https://github.com/dbaeumer) |
| 20 | + |
| 21 | +### Bug Fixes |
| 22 | +* Fix input delays when editing `c_cpp_properties.json`. [#13591](https://github.com/microsoft/vscode-cpptools/issues/13591) |
| 23 | +* Fix non-recursive browse paths from configuration providers. [#13886](https://github.com/microsoft/vscode-cpptools/issues/13886) |
| 24 | +* Fix an IntelliSense process crash involving `requires` expressions and templates. |
| 25 | +* Fix an IntelliSense process crash with `class_has_mutable_member`. |
| 26 | + |
3 | 27 | ## Version 1.27.2: August 21, 2025 |
4 | 28 | ### Bug Fix |
5 | 29 | * Fix a crash regression with `__BASE_FILE__`. [#13866](https://github.com/microsoft/vscode-cpptools/issues/13866) |
|
31 | 55 | * Fix activation failing if the `c_cpp_properties.json` exists but fails to be opened. [#13829](https://github.com/microsoft/vscode-cpptools/issues/13829) |
32 | 56 | * Fix an IntelliSense bug that could cause incorrect string lengths to be reported for string literals in files that use certain file encodings. |
33 | 57 |
|
| 58 | +## Version 1.26.5: September 10, 2025 |
| 59 | +### Bug Fix |
| 60 | +* Fix extension activation getting stuck by GitHub Copilot activation. [#13914](https://github.com/microsoft/vscode-cpptools/issues/13914) |
| 61 | + * Thank you for the contribution. [@dbaeumer (Dirk Bäumer)](https://github.com/dbaeumer) [PR #13918](https://github.com/microsoft/vscode-cpptools/pull/13918) |
| 62 | + |
| 63 | +## Version 1.26.4: September 9, 2025 |
| 64 | +### Enhancement |
| 65 | +* Update GitHub Copilot APIs. [PR #13877](https://github.com/microsoft/vscode-cpptools/pull/13877) |
| 66 | + * Thank you for the contribution. [@dbaeumer (Dirk Bäumer)](https://github.com/dbaeumer) |
| 67 | + |
34 | 68 | ## Version 1.26.3: June 24, 2025 |
35 | 69 | ### New Feature |
36 | 70 | * Improve the context provided for C++ Copilot suggestions. |
|
0 commit comments