Skip to content

Commit 4ef320c

Browse files
committed
document recently added task options in fixture readmes
1 parent 7c62a70 commit 4ef320c

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

fixtures/workspace/pdc-configuration/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,5 @@ The [`tasks.json`](/fixtures/workspace/pdc-configuration/.vscode/tasks.json) fil
1111
- `"verbose": true` adds additional logging to the `pdc` output. This property defaults to `false`.
1212
- `"quiet": true` suppresses all non-error output. This property defaults to `false`.
1313
- `"skipUnknown": true` prevents `pdc` from copying unrecognized files into the pdx folder. This property defaults to `false`.
14+
- `"libPath": ["/path/to/my/libraries"]` adds the given paths to the list of folders to search when resolving imports.
15+
- `"incrementBuildNumber": true` automatically increments the build number in `pdxinfo` each time the PDC task is executed.

fixtures/workspace/playdate-simulator-configuration/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@ The [`tasks.json`](/fixtures/workspace/playdate-simulator-configuration/.vscode/
88

99
- `"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`.
1010
- `"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

Comments
 (0)