rust-analyzer/lib/lsp-server/src
Wilfred Hughes 84fdb72525 fix: Report all LSP protocol errors with invalid_data
Previously we did not use invalid_data for serde errors, making it
harder to understand errors when the client sends malformed data to
the server.
2024-05-08 16:08:00 -07:00
..
error.rs minor: correct typos 2024-01-30 21:43:43 +08:00
lib.rs lsp-server: Fix warnings about clippy str_to_string rule 2024-02-10 01:00:40 +09:00
msg.rs fix: Report all LSP protocol errors with invalid_data 2024-05-08 16:08:00 -07:00
req_queue.rs Take a reference instead of cloning 2024-02-29 16:05:26 +01:00
socket.rs internal: remove unnecessary stream writer try_clone in lsp-server 2022-08-22 11:25:21 +08:00
stdio.rs Give all threads names 2024-03-01 13:19:55 +01:00