You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some times you have a workspace with several related projects, each one into its corresponding folder. If one of them is a Rust project, the Cargo.toml is located into that folder. The .vscode/launch.json is always in the root workspace folder, and if you try to debug the Rust project you get an error:
error: could not find Cargo.toml...
I haven't found argument to set an alternative Cargo.toml path. Is there any way?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Some times you have a workspace with several related projects, each one into its corresponding folder. If one of them is a Rust project, the Cargo.toml is located into that folder. The .vscode/launch.json is always in the root workspace folder, and if you try to debug the Rust project you get an error:
error: could not find Cargo.toml...
I haven't found argument to set an alternative Cargo.toml path. Is there any way?
Beta Was this translation helpful? Give feedback.
All reactions