Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,17 @@ Install the extension from the [Visual Studio Marketplace](https://marketplace.v

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.

## Settings

You can customize the extension in VS Code settings

1. Open Settings via `Ctrl + ,` on Windows/Linux or `Cmd + ,` on macOS.
2. Search for "Processing" to find all available settings.
3. Modify the settings as needed:
- `processing.autosave`: Automatically saves your sketch before running it. Default: `true`.
- `processing.newWindow`: Opens sketches in a new VS Code window. If disabled, sketches open in the current window. Default: `true`.
- `processing.version`: Choose which installed Processing version to use. Default is `latest`, but you can specify a version (e.g., `4.4.6`).

## Troubleshooting

If something doesn’t work:
Expand Down