replit / polygott

Base Docker image for the Repl.it evaluation server
https://replit.com
MIT License
389 stars 104 forks source link

Add Haskell Language Server #154

Open Ailrun opened 3 years ago

Ailrun commented 3 years ago

HLS is the project collecting most of the manpower for Haskell IDE backend development. It supports LSP, and I saw that the README.md of this repository mentions LSP server, so I wrote this issue. Is it possible to add HLS as a IDE backend of repl.it editor? If that's possible, it would be awesome.

ALANVF commented 3 years ago

Yes that sounds like it could happen!

Ailrun commented 3 years ago

If I add HLS to https://github.com/replit/polygott/blob/master/languages/haskell.toml (and wait some time?), does that work for Repl.it editor for Haskell? If not, what should I do to add the support?

ALANVF commented 3 years ago

Yes it should theoretically work