Closed
Description
Hey,
On Windows, launchIDE fails because Java can't find "code" even if it's in the path.
java.io.IOException: Cannot run program "code": CreateProcess error=2, The system cannot find the file specified
at java.lang.ProcessBuilder.start(ProcessBuilder.java:1048)
I've just tested, ProcessBuilder
should launch "code.cmd" instead to make it work on Windows.