File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -37,6 +37,17 @@ Install the extension from the [Visual Studio Marketplace](https://marketplace.v
37
37
38
38
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.
39
39
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
+
40
51
## Troubleshooting
41
52
42
53
If something doesn’t work:
You can’t perform that action at this time.
0 commit comments