Cargo run often starts with "Blocking waiting for file lock on build directory"
norbert78 opened this issue · 2 comments
norbert78 commented
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
nasa42 commented
You (and me) are probably affected by this - AtomLinter/linter-rust#77
softprops commented
+1 I see this on mac