Rocket-Bytes/source/pdxinfo
PossiblyAxolotl 9269448f6b pdxinfo
2022-04-17 13:47:29 -06:00

11 lines
No EOL
165 B
Text

// launch.json
{
"version": "0.2.0",
"configurations": [
{
"type": "playdate",
"request": "launch",
"name": "Debug (Simulator)"
}
]
}