Files
neovim/runtime/lua
tao a768d0a95b fix(lsp): stop repeatedly resuming dead coroutine #35743
Problem:
Error extracting content-length causes all future coroutine resumes to
fail.

Solution:
Replace coroutine.wrap with coroutine.create in create_read_loop
so that we can check its status and catch any errors, allowing us to
stop the lsp client and avoid repeatedly resuming the dead coroutine.
2025-10-27 10:03:45 -07:00
..
2025-10-26 01:28:37 +02:00
2025-05-17 10:59:14 +02:00
2025-02-09 18:10:54 +01:00