You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<!-- TODO: Merge changes to Processing https://github.com/processing/processing4/pull/1115 -->
10
5
11
6
<!-- TODO: add a link to the extension Marketplace page -->
12
7
@@ -17,10 +12,10 @@ This extension provides support for the Processing programming language in Visua
17
12
With familiar run and stop buttons, syntax highlighting, and other helpful features like code suggestions, this extension is designed to support creative coding with Processing for people who prefer using Visual Studio Code as their code editor of choice.
18
13
19
14
## Requirements
20
-
To use this extension, you need to have the **preview release of Processing (4.4.76)** installed on your system. You can download it from this link: [Processing 4.4.76 Preview](https://github.com/Stefterv/processing4/releases/tag/processing-1376-4.4.76).
15
+
To use this extension, you need to have the **release of Processing (4.4.6+)** installed on your system. You can download it from this link: [Processing](https://processing.org).
21
16
22
17
> [!IMPORTANT]
23
-
> **Make sure to run Processing 4.4.76 at least once** before using the extension. This step is needed to initialize some required files.
18
+
> **Make sure to run Processing 4.4.6 at least once** before using the extension. This step is needed to initialize some required files.
24
19
25
20
## Features
26
21
- ▶️ Run / Stop buttons: Play your sketch directly in VS Code.
@@ -32,7 +27,7 @@ To use this extension, you need to have the **preview release of Processing (4.4
32
27
## How to Use
33
28
To use the Processing VSCode extension, follow these steps:
34
29
35
-
1. Install the Processing 4.4.76 preview.
30
+
1. Install Processing 4.4.6 or later
36
31
2. Open a `.pde` file or use the sketchbook/explorer in VS Code.
37
32
3. Press ▶️ to run your sketch!
38
33
@@ -54,7 +49,6 @@ This extension has been tested on the following platforms:
54
49
55
50
## Known issues
56
51
- Play/Stop buttons don’t reflect the actual running state yet.
57
-
- Snap release of Processing (Linux and WSL) is not supported yet (use the portable version instead).
58
52
- Syntax highlighting for Processing-specific constants (e.g., `PI`, `RGB`, `DEGREES`, etc) is not yet implemented.
59
53
- Classes imported from third-party libraries are not recognized by the language server, leading to line errors (the sketch will still run correctly) see issue [#9](https://github.com/Stefterv/processing4-vscode-extension/issues/9).
0 commit comments