Thanks for your instructions, they're quite clear but I think I may be missing something.
I installed the Processing VSCode extension.
I have created a new file with the processing extension (.pde).
The project folder contains a sub-folder with a task.json file in it (.vscode > task.json).
I have commented out "showOutput": "never" so I can see the output dialog
I followed the steps for Adding Processing to path
When I press Ctrl+Shift+B I get the following error: 'processing-java' is not recognized as an internal or external command, operable program or batch file.
Which leads me to think I've done something wrong on adding the processing to path. Any insight to fixing the issue would be great. Thanks in advance.
Thanks for your instructions, they're quite clear but I think I may be missing something.