{ "version": "2.0.0", "tasks": [ { "label": "rust: cargo build", "type": "process", "command": "cargo", "args": [ "build", "--package", "edit", "--features", "debug-latency" ], "group": { "kind": "build", "isDefault": true }, "problemMatcher": [ "$rustc" ] } ] }