{ "version": "2.0.0", "tasks": [ { "label": "Build", "type": "cargo", "command": "build", "presentation": { "echo": true, "reveal": "silent", "focus": false, "panel": "dedicated", "showReuseMessage": false, "clear": false }, "problemMatcher": ["$rustc"], "group": { "kind": "build", "isDefault": true } } ] }