]> git.lizzy.rs Git - rust.git/commit
More maintainable caps config
authorAleksey Kladov <aleksey.kladov@gmail.com>
Tue, 5 Jan 2021 13:57:05 +0000 (16:57 +0300)
committerAleksey Kladov <aleksey.kladov@gmail.com>
Tue, 5 Jan 2021 14:46:57 +0000 (17:46 +0300)
commit624eb1ee54e759c03d07c06e5e68dec7f36cb519
treee7ee04b6a3cb030e4db0c3d118d723b8cf3704e0
parentc8d3d5694be065ffb1d52bc33e098ff610693097
More maintainable caps config

The idea here is that we preserve client's config as is, without
changes. This gets rid of state!
crates/rust-analyzer/src/config.rs
crates/rust-analyzer/src/handlers.rs
crates/rust-analyzer/src/lsp_utils.rs
crates/rust-analyzer/src/reload.rs
crates/rust-analyzer/src/to_proto.rs
crates/rust-analyzer/tests/rust-analyzer/support.rs