zed/crates/lsp
Antonio Scandurra c3a88857f9 Always respond to language server, even when its requests are malformed
This was causing Pyright to get stuck waiting for a response when sending
us the `workspace/configuration` request. For some reason, after upgrading
to Pyright 1.1.293, `scopeUri` is being sent as an empty string sometimes,
which causes serde to error when trying to deserialize that request.

Co-Authored-By: Petros Amoiridis <petros@zed.dev>
2023-02-09 15:30:10 +01:00
..
src Always respond to language server, even when its requests are malformed 2023-02-09 15:30:10 +01:00
Cargo.toml Added complete scripts for generating third party license files 2023-01-23 12:47:12 -08:00