When using **launchIDE** to launch Visual Studio Code on Macos without either installing it or having it on the path I get the following error: > [error] ({.}/*:runCode) java.io.IOException: Cannot run program "code": error=2, No such file or directory It might be nice to have a more friendly error message like: > Could not find Visual Studio Code on your system. Please [download](https://code.visualstudio.com/) it and add it to your path (for [linux](https://code.visualstudio.com/docs/setup/linux), [windows](https://code.visualstudio.com/docs/setup/windows) or [mac](https://code.visualstudio.com/docs/setup/mac)) and then rerun *launchIDE*.