Can I use Processing in VS Code?

I dont know how to start it! i installed “Processing VSCode v2.5.1” and it knows what i type but i cant start it! it says no extension for file!
It gives me this error if i try to klick the triangle that runs it:

PS C:\Users\Nuhuhwy> processing-java --sketch="c:\Users\Nuhuhwy\Documents\Coding\New Java Code" --run
processing-java : The term 'processing-java' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct 
and try again.
At line:1 char:1
+ processing-java --sketch="c:\Users\Nuhuhwy\Documents\Coding\New Java  ...
+ ~~~~~~~~~~~~~~~
    + CategoryInfo          : ObjectNotFound: (processing-java:String) [], CommandNotFoundException
    + FullyQualifiedErrorId : CommandNotFoundException

Hi @nuhuhwy,

Double check your PATH variable an make sure the path which contains processing-java is included.

Maybe also change the command of the task json to processing-java.exe

Cheers
— mnse

Hello mnse, how do i change the path variable?

Hi @nuhuhwy

Take a look here …

Cheers
— mnse