Running a command in remote project
Planned
Hi.
I am making a plugin that needs to run a command and parse its output. I have tried using ProcessBuilder and GeneralCommandLine, which both work. However i want it to execute in WSL2 environment, if one is using that, or any remote environment.
I have searched for hours through docs, and I can't find a simple approach, is that right?
Please sign in to leave a comment.