From 3731c5d259c470fa4aa1b87c0f95b496c891cc8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20de=20Courville?= Date: Fri, 29 Aug 2025 12:14:47 +0200 Subject: [PATCH 1/2] Update link text for third-party library issue Changed a link which was not properly formatted in VS Code Marketplace. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a2ba465..a6aa307 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ The extension has been tested on: ## Known Issues * 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 [issue #9](https://github.com/processing/processing-vscode-extension/issues/9) +* 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. From 0f3cd00f66a3cd51a74dc32c152649a239534c0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20de=20Courville?= Date: Fri, 29 Aug 2025 12:15:14 +0200 Subject: [PATCH 2/2] Update Processing download instructions in README Condensed the requirements section to include the Processing download link. --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index a6aa307..c001aa4 100644 --- a/README.md +++ b/README.md @@ -10,9 +10,7 @@ This extension adds support for Processing sketches in VSCode. Includes familiar ## Requirements -You will need **Processing 4.4.6 or later** installed on your computer. - -Download Processing here: [Processing](https://processing.org). +You will need **Processing 4.4.6 or later** installed on your computer ([Download Processing](https://processing.org)). **IMPORTANT:** Run Processing at least once after installing it. This creates the files the extension needs.