Hi! I am running into a wall whenever I attempt to download the p5.js extensions to my Visual Code Studio application. I receive the following error message whenever I press
install.
“Unable to install because the extension ‘samplavinge.p5-vscode’ compatible with current version ‘1.331’ of VS Code is not found.”
I would like to compile p5.js on my desktop rather than the Web Editor. I have a MacBook Pro running MacOS Mojave. Why am I unable to download the compiler from the website? Any suggestions? Visual Studio Code is my plan B, but it is not working with the p5 extensions.
P5js is javascript so you can edit your sketch with any editor and you can even easily run it locally with any common webbrowser?
Or you can use processing PDE, install p5js mode and use that.
Regarding your first post I would recommend to re-install the VSCode with newest version and try to install p5.vscode afterwards (had also such issues in the past which was solved that way)
Thank you @mnse, I am currently using processing 3 for java, but I would like to use javascript as well. Where do I download processing PDE? I tried downloading from the p5.js website but recieved an error message.
I have several books on processing java and p5.js javascript and I am now realizing the difference between the compilers. Is that correct? I can’t code javascript into my processing 3 desktop correct?
Thank you, I will try to re-install VSCode and then proceed to the p5.vscode extension download!