{ "version": "2.0.0", "tasks": [ { "label": "Build RustPython Debug", "type": "shell", "command": "cargo", "args": [ "build", ], "problemMatcher": [ "$rustc", ], "group": { "kind": "build", "isDefault": true, }, }, ], }