Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,12 @@ You can customize the extension in VS Code settings

If something doesn’t work:

* Close any running Processing sketches or editor windows
* Remove any other Processing extensions that might conflict with this one
* Close VSCode
* Check you have installed Processing 4.4.6 or later and ran it once
* Check you have installed Processing 4.4.6
* Run the Processing editor once
* Restart VSCode
* Remove any other Processing extensions that might conflict with this one
* Close any running Processing sketches or editor windows

## Compatibility

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

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

## Contributing
Expand Down