This repository was archived by the owner on Nov 18, 2022. It is now read-only.
This repository was archived by the owner on Nov 18, 2022. It is now read-only.
support for opening a parent directory of the rust project #507
Open
Description
I have a project laid out as a monorepo, something like:
my-project/
api/
web/
rust-project/
Now rls-vscode works great if I open up vscode at my-project/rust-project/
but it doesn't work at all if I open up the root folder my-project/
as I prefer to do:
could not find 'Cargo.toml' in 'my-project/' or any parent directory
It would be nice to support project lookup relative to the file actually being edited as opposed to just assuming that the whole folder is a rust project. Because monorepos, blah blah blah.