vertexclique / tokamak

Fusion Reactor for Rust - Atom Rust IDE

Home Page:https://vertexclique.github.io/tokamak/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cargo run often starts with "Blocking waiting for file lock on build directory"

norbert78 opened this issue · comments

Hi there,
I'm using tokamak with rustup under Windows10 64 bit with atom. When I hit "run" I often see
Blocking waiting for file lock on build directory
The process then waits for approx 1 minute before the actual compile starts. Somebody on StackOverflow made the guess that my atom is using cargo in the background in order to check the syntax of my code at the same time so that effectively 2 instances of cargo are running by then.
Did anybody else encounter this behaivor? Is there anything I can change in the config to fix this?
Thx

You (and me) are probably affected by this - AtomLinter/linter-rust#77

+1 I see this on mac