Skip to content

Commit 00bf69a

Browse files
committed
Update known issues formatting in README
Revised the link format for issue 9 in the known issues section.
1 parent f1ae4dd commit 00bf69a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ The extension has been tested on:
7070
## Known Issues
7171

7272
* 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)
7473
* The Run/Stop buttons do not visually indicate when a sketch is running (this is due to limitations in VS Code's extension API)
74+
* 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)
7575
* 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.
7676

7777
## Contributing

0 commit comments

Comments
 (0)