{ "version": "2.0.0", "tasks": [ { "label": "cargo run", "type": "shell", "command": "~/.cargo/bin/cargo", // note: full path to the cargo "args": [ "run", // "--release", // "--", // "arg1" ], "group": { "kind": "build", "isDefault": true } } ] }