{ "version": "2.0.0", "tasks": [ { "type": "cargo", "command": "build", "args": [ "--bin", "usb_hs" ], "problemMatcher": [ "$rustc" ], "group": "build", "label": "rust: cargo build", "options": { "env": { "DEFMT_LOG": "info" } } } ] }