|
1 | 1 | # C/C++ for Visual Studio Code Changelog |
2 | 2 |
|
| 3 | +## Version 1.19.2: January 17, 2024 |
| 4 | +### Enhancements |
| 5 | +* Implement progressive population of IntelliSense results. [#7759](https://github.com/microsoft/vscode-cpptools/issues/7759) |
| 6 | +* Improve the types supported for the 'Add #include' code action. |
| 7 | +* Various performance improvements. |
| 8 | + |
| 9 | +### Bug Fixes |
| 10 | +* Fix shell escaping for `cppbuild` task command line arguments. [#11422](https://github.com/microsoft/vscode-cpptools/issues/11422) |
| 11 | +* Fix IntelliSense not updating when a `#include` is added from a refactor command. [#11549](https://github.com/microsoft/vscode-cpptools/issues/11549) |
| 12 | +* Fix formatting not working in headers after using 'Extract to Function'. [#11729](https://github.com/microsoft/vscode-cpptools/issues/11729) |
| 13 | +* Fix document symbol requests not checking for cancellation. [#11750](https://github.com/microsoft/vscode-cpptools/issues/11750) |
| 14 | +* Fix code analysis results getting cleared after there's a configuration update. [#11790](https://github.com/microsoft/vscode-cpptools/issues/11790) |
| 15 | +* Fix an exception getting thrown if IntelliSense is disabled but a configuration provider is registered. [#11795](https://github.com/microsoft/vscode-cpptools/issues/11795) |
| 16 | +* Fix German code analysis translations. [PR #11845](https://github.com/microsoft/vscode-cpptools/pull/11845) |
| 17 | + * Thank you for the contribution [@Sir2B (Tobias Obermayer)](https://github.com/Sir2B) |
| 18 | +* Fix an EACCES error when using include wildcards with system includes. [#11833](https://github.com/microsoft/vscode-cpptools/issues/11833) |
| 19 | +* Fix a call hierarchy bug leading to use of header-only TU's unnecessarily. |
| 20 | +* Fix a bug that could lead to missing TU source file candidates. |
| 21 | +* Fix a "random" IntelliSense crash during completion. |
| 22 | +* Fix a crash if access to `/dev/urandom` is restricted. |
| 23 | +* Lots of other minor fixes. |
| 24 | + |
3 | 25 | ## Version 1.19.1: November 21, 2023 |
4 | 26 | ### Bug Fixes |
5 | 27 | * Fix `Add '#include'` code actions for Mac frameworks. [#11579](https://github.com/microsoft/vscode-cpptools/issues/11579) |
|
0 commit comments