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 |
|
Tetsuharu Ohzeki
|
bffb8880d5
|
lsp-server: Fix warnings about clippy str_to_string rule
|
2024-02-10 01:00:40 +09:00 |
|
Lukas Wirth
|
3c8dd9e89e
|
Expose whether a channel has been dropped in lsp-server errors
|
2024-01-01 14:10:46 +01:00 |
|
Sebastian Sturm
|
872cd30325
|
[lsp-server] Ignore 'Content-Length' case
|
2023-07-10 22:36:52 +02:00 |
|
Lukas Wirth
|
1a6c1595fe
|
Don't retry requests that have already been cancelled
|
2022-09-27 17:39:15 +02:00 |
|
Alan Zimmerman
|
fb0ce25d59
|
Add RequestFailed error code, as per spec 3.17
See https://github.com/microsoft/language-server-protocol/issues/1341
|
2022-09-23 09:49:44 +01:00 |
|
Aleksey Kladov
|
57cb65bb7a
|
internal: vendor lsp-server
|
2022-05-14 21:15:43 +01:00 |
|