// launch.json
{
"version": "0.2.0",
"configurations": [
"type": "playdate",
"request": "launch",
"name": "Rocket Bits"
}
]