|
1 | 1 | # C/C++ for Visual Studio Code Changelog
|
2 | 2 |
|
3 | | -## Version 1.27.4: September 8, 2025 |
| 3 | +## Version 1.27.4: September 9, 2025 |
4 | 4 | ### Bug Fixes
|
5 | 5 | * Fix crash recovery. [#13838](https://github.com/microsoft/vscode-cpptools/issues/13838)
|
| 6 | +* 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) |
6 | 7 | * Fix a case of unintialized memory in cpptools-srv.
|
7 | 8 | * Fix excessive cpptools messages when scrolling.
|
8 | 9 |
|
|
49 | 50 | * Fix activation failing if the `c_cpp_properties.json` exists but fails to be opened. [#13829](https://github.com/microsoft/vscode-cpptools/issues/13829)
|
50 | 51 | * Fix an IntelliSense bug that could cause incorrect string lengths to be reported for string literals in files that use certain file encodings.
|
51 | 52 |
|
| 53 | +## Version 1.26.4: September 9, 2025 |
| 54 | +* Update GitHub Copilot APIs. [PR #13877](https://github.com/microsoft/vscode-cpptools/pull/13877) |
| 55 | + * Thank you for the contribution. [@dbaeumer (Dirk Bäumer)](https://github.com/dbaeumer) |
| 56 | + |
52 | 57 | ## Version 1.26.3: June 24, 2025
|
53 | 58 | ### New Feature
|
54 | 59 | * Improve the context provided for C++ Copilot suggestions.
|
|
0 commit comments