pdxinfo
This commit is contained in:
parent
759d4cbe35
commit
9269448f6b
1 changed files with 11 additions and 0 deletions
11
source/pdxinfo
Normal file
11
source/pdxinfo
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
// launch.json
|
||||||
|
{
|
||||||
|
"version": "0.2.0",
|
||||||
|
"configurations": [
|
||||||
|
{
|
||||||
|
"type": "playdate",
|
||||||
|
"request": "launch",
|
||||||
|
"name": "Debug (Simulator)"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
Loading…
Reference in a new issue