Rocket-Bytes/source/pdxinfo

11 lines
165 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",
"name": "Debug (Simulator)"
}
]
}