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
{{ message }}
This repository was archived by the owner on Mar 19, 2024. It is now read-only.
Rls needs a root or parent Cargo.toml to work with multiple crates.
Rls sends down an error describing the issue now which is better than it was (#49, #57) but is still a bit of a messy error the first time you see it (#68).
Can we do better?
Offer a hint message with a fix button: Button adds a root Cargo.toml with auto-detected all child folders with Cargo.toml files
Rls needs a root or parent Cargo.toml to work with multiple crates.
Rls sends down an error describing the issue now which is better than it was (#49, #57) but is still a bit of a messy error the first time you see it (#68).

Can we do better?
Note: Detecting that the error has happened is a bit of a pain, until maybe rust-lang/rls#723 is implemented.
The text was updated successfully, but these errors were encountered: