Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE] Run using Play button - Additional extension required #4

Open
SyamSundarKirubakaran opened this issue Aug 23, 2019 · 1 comment · May be fixed by #24
Open

[FEATURE] Run using Play button - Additional extension required #4

SyamSundarKirubakaran opened this issue Aug 23, 2019 · 1 comment · May be fixed by #24
Labels
help wanted Extra attention is needed

Comments

@SyamSundarKirubakaran
Copy link
Contributor

For running the Processing sketch directly from VScode workspace, a Java plugin has to be installed in VScode, so that it can run java code in the VScode sandboxed container.

Currently, the Preprocessed Processing file is run using shell commands on migrating to the above users will not be able to run Processing sketch until this extension is installed.!

Need Processing community's concern regarding this.

@SyamSundarKirubakaran SyamSundarKirubakaran added the help wanted Extra attention is needed label Aug 23, 2019
@Efratror
Copy link

Efratror commented Apr 1, 2022

You could implement buttons directly in the vs-code menu's. Start a child process and pipe it's output to a vs-code output channel. I will send a PR.

The problem lies with the java vm you would have to run. But maybe it's possible to extract the necessary components from jdk and include them in the package at a later stage. Server side compilation would also need its javac components but this could also be added later.

@Efratror Efratror linked a pull request Apr 1, 2022 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants