We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1b8b34 commit a39c568Copy full SHA for a39c568
Extension/CHANGELOG.md
@@ -2,8 +2,8 @@
2
3
### Version 1.23.1: November 6, 2024
4
### Bug Fixes
5
-* Fix stalls caused by the protocol filter. [PR #12096](https://github.com/microsoft/vscode-cpptools/pull/12906)
6
-* A potential fix for a crash during cpptools-srv shutdown (in `uv_run`).
+* Fix a performance issue where some LSP requests would delay other LSP requests. [PR #12096](https://github.com/microsoft/vscode-cpptools/pull/12906)
+* A potential fix for a crash during process shutdown (in `uv_run`).
7
* A potential fix for a crash in cpptools (in `report_intellisense_results`).
8
* Fix a random deadlock in `handle_edits`.
9
* Other internal fixes.
0 commit comments