You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments