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

Commits on Aug 17, 2024

  1. lsp-rust: report command capabilities

    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.
    alanz committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    64ffb9b View commit details
    Browse the repository at this point in the history