diff --git a/source/pdxinfo b/source/pdxinfo new file mode 100644 index 0000000..6afdf3b --- /dev/null +++ b/source/pdxinfo @@ -0,0 +1,11 @@ +// launch.json +{ + "version": "0.2.0", + "configurations": [ + { + "type": "playdate", + "request": "launch", + "name": "Debug (Simulator)" + } + ] +} \ No newline at end of file