-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cargo install
on Windows fails if the target executable is running
#3486
Comments
This is likely related to racer running in the background still, and |
Could we kill all racer instances in this case? |
That's probably not Cargo's job itself, but Cargo can likely do something better here regardless. |
2 years later, do we want to assume this still needs fixing? |
cargo install
on Windows fails if executable is currently running
I also get this almost every second time I do a cargo install. It's quite annoying really. |
I forget about this every time the new version of nu shell comes out. And to update it I have to close vscode, all the console windows and open up powershell or cmd and run |
cargo install
on Windows fails if executable is currently runningcargo install
on Windows fails if the target executable is running
OS: Windows 10 x64
Console Output:
cargo version:
rustc version:
See also #3364
The text was updated successfully, but these errors were encountered: