{
    "version": "2.0.0",
    "tasks": [
        {
            "label": "bacon",
            "type": "shell",
            "command": "bacon",
            "problemMatcher": "$rustc",
            "group": {
                "kind": "build",
                "isDefault": true
            }
        }
    ]
}