microsoft / vscode-remote-try-rust

Rust sample project for trying out Dev Containers
https://aka.ms/vscode-remote/containers/getting-started
MIT License
282 stars 150 forks source link

open container and press F5 error in win10 #2

Closed yejunjin closed 5 years ago

yejunjin commented 5 years ago

Cargo invocation has failed: Error: could not launch cargo: Error: spawn cargo ENOENT

Chuxel commented 5 years ago

@eadren As you correctly identified, this is a caused by https://github.com/microsoft/vscode-remote-release/issues/544#issuecomment-498235670

Chuxel commented 5 years ago

544 was fixed a while ago, let us know if you still see issues.

Am3ra commented 4 years ago

@Chuxel I'm getting that problem now, with Version: 1.40.2, when trying to run Rust Unit tests. Checked #544 that you linked, and didn't see any obvious fixes on the client side. Any tips?