{ "version": "2.0.0", "tasks": [ { "type": "shell", "command": "make", "args": [ "target/x86_64-unknown-linux-musl/debug/protomask" ], "problemMatcher": [ "$rustc", "$rust-panic" ], "group": "build", "label": "rust: build [target: x86_64-unknown-linux-musl]" }, { "type": "shell", "command": "make", "args": [ "target/x86_64-unknown-linux-musl/release/protomask" ], "problemMatcher": [ "$rustc", "$rust-panic" ], "group": "build", "label": "rust: build [target: x86_64-unknown-linux-musl] [profile: release]" }, // { // "type": "cargo", // "command": "test", // "problemMatcher": [ // "$rustc", // "$rust-panic" // ], // "group": "test", // "label": "rust: cargo test" // } ] }