Skip to content

Commit e00fda5

Browse files
committed
Update settings instructions in README
Improved the explanation of how to customize extension settings in VS Code by providing step-by-step instructions and clarifying how to find and modify Processing-related settings.
1 parent 7e7d34b commit e00fda5

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

README.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,14 @@ When you run a sketch, a terminal will open at the bottom of VS Code to show the
3939

4040
## Settings
4141

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`).
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`).
4750

4851
## Troubleshooting
4952

0 commit comments

Comments
 (0)