Skip to content

Commit 3d362fb

Browse files
authored
Merge pull request #14 from processing/readme-update
Add settings documentation to README
2 parents 4cb96a5 + e00fda5 commit 3d362fb

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,17 @@ 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
43+
44+
1. Open Settings via `Ctrl + ,` on Windows/Linux or `Cmd + ,` on macOS.
45+
2. Search for "Processing" to find all available settings.
46+
3. Modify the settings as needed:
47+
- `processing.autosave`: Automatically saves your sketch before running it. Default: `true`.
48+
- `processing.newWindow`: Opens sketches in a new VS Code window. If disabled, sketches open in the current window. Default: `true`.
49+
- `processing.version`: Choose which installed Processing version to use. Default is `latest`, but you can specify a version (e.g., `4.4.6`).
50+
4051
## Troubleshooting
4152

4253
If something doesn’t work:

0 commit comments

Comments
 (0)