Normally the plugin starts psc-ide-server automatically, and writes the server port to a file. It may help to run psc-ide-server manually with debug flag to diagnose issues, as follows.
(In purescript project, ie the place where bower.json
lives)
echo -n 1234 > .psc-ide-port
psc-ide-server -p 1234 --debug