gtache / intellij-lsp

Plugin adding Language Server Protocol support for IntelliJ
Apache License 2.0
397 stars 48 forks source link

Can not launch lsp server for haskell #35

Open ShrykeWindgrace opened 6 years ago

ShrykeWindgrace commented 6 years ago

I am trying to launch hie (haskell-ide-engine, https://github.com/haskell/haskell-ide-engine) from intelliJ. The raw command looks like this for "*.hs" files: /path/to/home/.local/bin/stack exec -- hie-wrapper --lsp -d On startup I get errors "error=2" and "file not found", even if this command works well from cli.

robechun commented 6 years ago

bumping, can't seem to make java -jar /path/to/server.jar work as well.

Raw command gives me error=2 as well. Executable gives errors as well.

ShrykeWindgrace commented 5 years ago

Bump?