helix/helix-dap/src
Michael Davis 8d2870b94a
Reuse content buffer in JSONRPC recv for LSP and DAP
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>
2025-06-06 10:19:33 -04:00
..
client.rs syntax: Move config types to a separate module 2025-05-13 18:30:21 -04:00
lib.rs DAP: Refactor handling of Event and Request protocol types 2025-01-27 15:27:35 -05:00
transport.rs Reuse content buffer in JSONRPC recv for LSP and DAP 2025-06-06 10:19:33 -04:00
types.rs DAP: Refactor handling of Event and Request protocol types 2025-01-27 15:27:35 -05:00