Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
lsp-rust: report command capabilities (#4529)
Since rust-lang/rust-analyzer@49184a1 rust-analyzer no longer assumes clients implement all remote commands. Since it gates the lenses it returns based on the known commands in the client, it no longer returns many useful ones. This PR explicitly lists the available commands, as mapped in the code a few lines above.
- Loading branch information