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.
processing vscode extension is installed
running processing 4.4.7 on Win10
Hi @bonner45 there is currently no way to export from the extension.
main
← export-sketches
opened 05:54PM - 24 Sep 25 UTC
Introduces a new 'processing.sketch.export' command that runs the sketch with th… e '--export' argument. Updates the command registration and package.json to include the export functionality in the command palette.
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