rust-analyzer/crates/rust-analyzer
kjeremy 6bf4fc27d9 LSP: Two stage initialization
Fills in server information.

Derives CodeAction capabilities from the client. If code action literals
are unsupported we fall back to the "simple support" which just sends back
commands (this is already supported in our config). The difference being
that we did not adjust our server capabilities so that if the client was
checking for `CodeActionProvider: "true"` in the response that would have failed.
2020-05-19 11:56:51 -04:00
..
src LSP: Two stage initialization 2020-05-19 11:56:51 -04:00
tests/heavy_tests Check client capabilities before sending progress notifications 2020-05-11 13:16:46 -04:00
build.rs Remove unused placeholder 2020-02-21 18:33:45 +08:00
Cargo.toml Better structure 2020-05-15 01:58:39 +02:00