Export application from VScode extension

Hi is there a way to export a project application from vscode. the processing plugin is set up and it runs my project fine but it would be nice to be able to export the app from vscode as well.

any suggestions would be appreciated. Thanks.:smiling_face_with_sunglasses:

processing vscode extension is installed

running processing 4.4.7 on Win10

Hi @bonner45 there is currently no way to export from the extension.

Here is a PR that will add it, so it will be in a later version.

2 Likes

Thanks @stefterv will look for the release.

Just merged that PR and created a new release, to export a sketch run the Export the Processing Sketch command

1 Like

Export works great but now when i run a sketch i get an error: (extraArguments is not iterable).

Tried reinstalling extension but that did not change anything.

Thank you for testing! Fixed it with another release

2 Likes

Thanks it works now.