This commit is contained in:
PossiblyAxolotl 2022-04-17 13:47:29 -06:00
parent 759d4cbe35
commit 9269448f6b

11
source/pdxinfo Normal file
View file

@ -0,0 +1,11 @@
// launch.json
{
"version": "0.2.0",
"configurations": [
{
"type": "playdate",
"request": "launch",
"name": "Debug (Simulator)"
}
]
}