{ "version": "2.0.0", "tasks": [ { "type": "cargo", "command": "build", "problemMatcher": [ "$rustc" ], "args": [ "--bin", "pwm_input" ], "group": { "kind": "build", "isDefault": true }, "label": "Cargo Build (debug)", } ] }