Rocket-Bytes/source/pdxinfo
PossiblyAxolotl d4329620a7 added PXDINFO
2022-04-17 13:51:53 -06:00

11 lines
No EOL
159 B
Text

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