This repository was archived by the owner on Dec 29, 2022. It is now read-only.
This repository was archived by the owner on Dec 29, 2022. It is now read-only.
RLS is overwriting/competing with cargo CLI builds #866
Closed
Description
RLS in VSCode just started competing with cargo CLI builds, ever since Rust 1.26 was released. If I let RLS run on a project, and then run cargo build
from the CLI, then touch a file and let RLS run, then run cargo build
again, I end up rebuilding from scratch.
On a related note, any time RLS is running, I now get Blocking waiting for file lock on build directory
when trying to run a cargo command from the CLI.
This makes RLS completely unusable, since I'm constantly rebuilding from scratch and waiting on RLS before I can even start.
This is on MacOS 10.12.6. Please let me know what other information I can provide to help solve this problem.
Metadata
Metadata
Assignees
Labels
No labels