Releases: diyaayay/processing-language-server-extension
Releases · diyaayay/processing-language-server-extension
Processing Language Server Extension
How to Install the Extension to Run Processing Sketches in VSCode
-
Download the Extension:
- First, download the
.vsix
file for the Processing extension to your computer.
- First, download the
-
Open VSCode:
- Launch Visual Studio Code on your system.
-
Install the Extension:
- In the VSCode window, go to the Extensions view:
- You can access it by clicking on the Extensions icon on the Activity Bar (usually on the left side of the window).
- Alternatively, use the shortcut
Ctrl+Shift+X
(Windows/Linux) orCmd+Shift+X
(Mac).
- In the VSCode window, go to the Extensions view:
-
Install from
.vsix
File:- In the Extensions view, click on the three-dot menu at the top-right corner.
- Select Install from VSIX... from the dropdown.
-
Select the Downloaded File:
- Navigate to the location where you downloaded the
.vsix
file. - Select the file and click Open to begin the installation.
- Navigate to the location where you downloaded the
-
Extension Installed:
- Once the installation is complete, you’ll see the extension in the installed list in VSCode.
- You can now use the extension to run Processing sketches directly within VSCode.
v1.2
latest working state Signed-off-by: Diya Solanki <[email protected]>