{ "version": "2.0.0", "tasks": [ { "type": "shell", "label": "Fennel: Compile", "command": "make source", "problemMatcher": [] }, { "type": "pdc", "problemMatcher": ["$pdc-lua", "$pdc-external"], "dependsOn": ["Fennel: Compile"], "label": "Playdate: Build" }, { "type": "playdate-simulator", "problemMatcher": ["$pdc-external"], "label": "Playdate: Run" }, { "label": "Playdate: Build and Run", "dependsOn": ["Playdate: Build", "Playdate: Run"], "dependsOrder": "sequence", "problemMatcher": [], "group": { "kind": "build", "isDefault": true } } ] }