From 9269448f6bf235a831abdc8e88737d38e5f60a99 Mon Sep 17 00:00:00 2001 From: PossiblyAxolotl Date: Sun, 17 Apr 2022 13:47:29 -0600 Subject: [PATCH] pdxinfo --- source/pdxinfo | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 source/pdxinfo 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