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