-
Notifications
You must be signed in to change notification settings - Fork 19
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
Updates to Cargo.toml not recognized #47
Comments
Tagging rust-lang/vscode-rust#364 as perhaps the resolution is the same, although that issue seems to have been opened before rls supported this functionality. |
Playing a bit with Rust and found |
Just a quick update: as a workaround, it's possible to run |
Last update: by reviewing the changes that were made to vscode-rust, I discovered they'd moved to rust-analyzer, which can be installed by |
Thanks for your work on coc!
As of rust-lang/rls#1246 rls supports cargo rebuilds, but this does not work in coc-rls.
To re-create this issue, create a new project, use a dependency in
main.rs
, wait for the error about the dependency being unrecognized, updateCargo.toml
, see that the error doesn't go away.Perhaps the issue is that when a language client instance is created we don't create a selector for
toml
files? /~https://github.com/neoclide/coc-rls/blob/master/src/index.ts#L74The text was updated successfully, but these errors were encountered: