Since I started using vscode, it is now often the case that the ./x.py check library/std which vscode runs is still not done when I alt-tab back to my terminal to do (for example) ./x.py test --stage 0 library/core --test-args slice. That regularly leads to errors like this:
error[E0464]: multiple matching crates for `core`
|
= note: candidates:
crate `core`: /home/r/src/rust/rustc.2/build/x86_64-unknown-linux-gnu/stage0-sysroot/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-deaf58ff3f911d75.rlib
error: aborting due to previous error
error: could not compile `getrandom`.
In those cases, just running x.py test again solves the problem -- but it would still be better if having vscode run in background would not break what I do in the terminal.
Cc @Mark-Simulacrum
Since I started using vscode, it is now often the case that the
./x.py check library/stdwhich vscode runs is still not done when I alt-tab back to my terminal to do (for example)./x.py test --stage 0 library/core --test-args slice. That regularly leads to errors like this:In those cases, just running
x.py testagain solves the problem -- but it would still be better if having vscode run in background would not break what I do in the terminal.Cc @Mark-Simulacrum