{ "version": "2.0.0", "tasks": [ { "type": "cargo", "command": "build", "args": [ "--bin", "brightstaff" ], "problemMatcher": [ "$rustc" ], "group": { "kind": "build", "isDefault": true }, "label": "rust: cargo build" } ] }