Skip to content

Commit ce3f62f

Browse files
authored
Merge pull request #21 from processing/update-package-json
Updates to README
2 parents 96e40fa + 843fe26 commit ce3f62f

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,12 @@ You can customize the extension in VS Code settings
5050

5151
If something doesn’t work:
5252

53+
* Close any running Processing sketches or editor windows
54+
* Remove any other Processing extensions that might conflict with this one
5355
* Close VSCode
54-
* Check you have installed Processing 4.4.6 or later and ran it once
56+
* Check you have installed Processing 4.4.6
5557
* Run the Processing editor once
5658
* Restart VSCode
57-
* Remove any other Processing extensions that might conflict with this one
58-
* Close any running Processing sketches or editor windows
5959

6060
## Compatibility
6161

@@ -69,7 +69,6 @@ The extension has been tested on:
6969

7070
* Some Processing constants (like `PI`, `RGB`, `DEGREES`) are not highlighted yet
7171
* 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)
72-
* The Run/Stop buttons do not visually indicate when a sketch is running (this is due to limitations in VS Code's extension API)
7372
* 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.
7473

7574
## Contributing

0 commit comments

Comments
 (0)