Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

lsp-rust: report command capabilities #4529

Merged
merged 1 commit into from
Aug 17, 2024

Conversation

alanz
Copy link
Contributor

@alanz alanz commented Aug 17, 2024

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.

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.
@github-actions github-actions bot added rust client One or more of lsp-mode language clients labels Aug 17, 2024
@alanz alanz merged commit 12befaa into emacs-lsp:master Aug 17, 2024
10 of 13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
client One or more of lsp-mode language clients rust
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants