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
Which command do you have in mind.
The External Launch Configuration > Program and the Terminal are possible workarounds. I'd like to avoid spending too much effort for commands that are run too rarely to require deep IDE integration (supporting a command means creating a UI for all its possible options, it's actually a big effort in development and maintenance).
If you allow enough flexibility, this could simplify the workflow as separate cargo run and cargo test configurations won't be needed as you'd just need one parametric cargo ${op}.
Currently you can only configure
cargo run
andcargo test
.However it would great to run other
cargo
commands as well.The text was updated successfully, but these errors were encountered: