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