Running a command in remote project
已计划
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?
请先登录再写评论。