You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: fixtures/workspace/playdate-simulator-configuration/README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,3 +8,4 @@ The [`tasks.json`](/fixtures/workspace/playdate-simulator-configuration/.vscode/
8
8
9
9
-`"openGame": false` will launch the Playdate Simulator without telling it to open a given `.pdx` bundle. The default behavior is to open the `.pdx` bundle derived from the workspace settings and `pdxinfo` file. This property defaults to `false`.
10
10
-`"kill": true` will close all existing Playdate Simulator instances before launching a new instance. The default behavior is to not launch a new Playdate Simulator instance if there is already a running instance. This property defaults to `false`.
11
+
-`"argv": ["arg1", "arg2"]` passes additional args to the Playdate game through the `playdate.argv` table.
0 commit comments