From f1ae4dddc2c983716484e58bfe61da9b7fb7e54e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20de=20Courville?= Date: Mon, 1 Sep 2025 15:41:45 +0200 Subject: [PATCH 1/5] Update troubleshooting steps in README Reordered and clarified troubleshooting instructions. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a2ba465..f8bbd76 100644 --- a/README.md +++ b/README.md @@ -52,12 +52,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 From 00bf69aff4acd5256f96c9a30b2c6318b0520cfc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20de=20Courville?= Date: Mon, 1 Sep 2025 15:42:10 +0200 Subject: [PATCH 2/5] Update known issues formatting in README Revised the link format for issue 9 in the known issues section. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f8bbd76..173d502 100644 --- a/README.md +++ b/README.md @@ -70,8 +70,8 @@ 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) * The Run/Stop buttons do not visually indicate when a sketch is running (this is due to limitations in VS Code's extension API) +* 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) * 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 From 89ce4d87351c6a241cb179cffce1957b7030dfad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20de=20Courville?= Date: Mon, 1 Sep 2025 15:42:26 +0200 Subject: [PATCH 3/5] Remove outdated known issue from README Deleted the note about Run/Stop buttons not visually indicating sketch status, as it is no longer accurate. --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 173d502..6230819 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,6 @@ The extension has been tested on: ## Known Issues * Some Processing constants (like `PI`, `RGB`, `DEGREES`) are not highlighted yet -* The Run/Stop buttons do not visually indicate when a sketch is running (this is due to limitations in VS Code's extension API) * 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) * 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 5b0d31f903fec80eba14471c9bcf5d3037c9d12d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20de=20Courville?= Date: Mon, 1 Sep 2025 15:45:56 +0200 Subject: [PATCH 4/5] Update issue reference in known issues section Replaced 'issue 9' with 'this issue' and updating the link text. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6230819..ef72fb0 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,8 @@ 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 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 From f2434c61935b2577876133e51e53d0f1742e1ed0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20de=20Courville?= Date: Mon, 1 Sep 2025 15:46:13 +0200 Subject: [PATCH 5/5] Remove extra blank line in README Deleted an unnecessary blank line in the README to improve formatting and readability. --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index ef72fb0..2dcb31b 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,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 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