Rocket-Bytes/source/pdxinfo

11 lines
159 B
Text
Raw Normal View History

2022-04-17 19:47:29 +00:00
// launch.json
{
"version": "0.2.0",
"configurations": [
{
"type": "playdate",
"request": "launch",
2022-04-17 19:51:53 +00:00
"name": "Rocket Bits"
2022-04-17 19:47:29 +00:00
}
]
}