A Quick ,and simple way to launch cargo crates cli / commands on Vscode
See Demo on youtube:
Usage
Press CMD +SHIFT+ P , select Cargo Runner , press ENTER
Pick among the listed Cargo Commands e.g. cargo-nextest,press ENTER
You will be shown Commands and options (prefix with --) , you can choose a command and press ENTER or immediately press ENTER to avoid choosing anything and do the manual overrides at the last step.
Last Step, Add any arguments you want e.g. --package example --bin example -- test::test_fn
Keymap
The Command is binded to alt+f1 or option+f1 on mac