mirror of
https://github.com/realAscot/helix.git
synced 2025-09-13 19:53:03 +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>