mirror of
https://github.com/helix-editor/helix
synced 2026-08-10 16:24:18 +02:00
Previously `recv` for new messages from the language server or debug adapter allocated a fresh Vec for each message. Instead we can reuse the buffer. This resolves TODO comments. Co-authored-by: Rolo <roloedits@gmail.com>