Skip to content

Commit 7e7d34b

Browse files
committed
Add settings documentation to README
Documents available VS Code extension settings for Processing, including autosave, new window behavior, and version selection.
1 parent 2cbf057 commit 7e7d34b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,14 @@ Install the extension from the [Visual Studio Marketplace](https://marketplace.v
3737

3838
When you run a sketch, a terminal will open at the bottom of VS Code to show the build output, and the Processing sketch window will appear.
3939

40+
## Settings
41+
42+
You can customize the extension in VS Code settings (via `Ctrl + ,` on Windows/Linux or `Cmd + ,` on macOS).
43+
44+
- `processing.autosave`: Automatically saves your sketch before running it. Default: `true`.
45+
- `processing.newWindow`: Opens sketches in a new VS Code window. If disabled, sketches open in the current window. Default: `true`.
46+
- `processing.version`: Choose which installed Processing version to use. Default is `latest`, but you can specify a version (e.g., `4.4.6`).
47+
4048
## Troubleshooting
4149

4250
If something doesn’t work:

0 commit comments

Comments
 (0)