Skip to content

Commit c4e02bf

Browse files
authored
Merge pull request #15 from processing/readme-update
Readme update
2 parents 3d362fb + 0f3cd00 commit c4e02bf

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,7 @@ This extension adds support for Processing sketches in VSCode. Includes familiar
1010

1111
## Requirements
1212

13-
You will need **Processing 4.4.6 or later** installed on your computer.
14-
15-
Download Processing here: [Processing](https://processing.org).
13+
You will need **Processing 4.4.6 or later** installed on your computer ([Download Processing](https://processing.org)).
1614

1715
**IMPORTANT:** Run Processing at least once after installing it. This creates the files the extension needs.
1816

@@ -70,7 +68,7 @@ The extension has been tested on:
7068
## Known Issues
7169

7270
* Some Processing constants (like `PI`, `RGB`, `DEGREES`) are not highlighted yet
73-
* Classes from third-party libraries are not recognized by the language server (sketches still run fine). See [issue #9](https://github.com/processing/processing-vscode-extension/issues/9)
71+
* Classes from third-party libraries are not recognized by the language server (sketches still run fine). See [this issue](https://github.com/processing/processing-vscode-extension/issues/9)
7472
* The Run/Stop buttons do not visually indicate when a sketch is running (this is due to limitations in VS Code's extension API)
7573
* The extension includes a bundled JDK for macOS, Windows, and Linux. This increases the extension size, but is necessary for reliably detecting your Processing installation across platforms. Eventually, we hope to remove this dependency and rely on the Processing CLI instead.
7674

0 commit comments

Comments
 (0)