Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nwolverson/0060f588f45fe09f626c36bbb999e0a1 to your computer and use it in GitHub Desktop.
Save nwolverson/0060f588f45fe09f626c36bbb999e0a1 to your computer and use it in GitHub Desktop.

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

Then start atom/vscode, or (possibly?) use the restart psc-ide-server command. You should see a message like this:

Found existing psc-ide-server with correct path on port 1234
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment