{ "version": "2.0.0", "tasks": [ { "type": "cargo", "command": "check", "problemMatcher": [ "$rustc" ], "group": "build", "label": "rust: cargo check" }, { "type": "cargo", "command": "clean", "problemMatcher": [ "$rustc" ], "group": "clean", "label": "rust: cargo clean" }, { "type": "cargo", "command": "build", "problemMatcher": [ "$rustc" ], "group": "build", "label": "rust: cargo build" } ] }