michaeldesilva[m: It needs ```json { "version": "2.0.0", "tasks": [ { "type": "cargo", "command": "run", "problemMatcher": [ "$rustc" ], "group": "build", "label": "rust: cargo run (debug)" }, ] } ```