Adding support for the new VSCode extension by Stefterv · Pull Request #1115 · processing/processing4
I am working on a new VSCode extension here: https://github.com/Stefterv/processing4-vscode-extension
This pull request will add the following:
- A new revision of storing the install location in Java Preferences
- A new command line path
processing contributions examples listto list all the examples installed in Processing - A new command line path
processing sketchbook listto list all the sketches saved in the users sketchbook
For those who are curious and might want to contribute to the new extension feel free to try it from here: https://github.com/Stefterv/processing4-vscode-extension/releases/tag/latest
Fixes #1062
- Extend results returned by
ExamplesListcommand