lsp-haskell icon indicating copy to clipboard operation
lsp-haskell copied to clipboard

Add automatic download for haskell-language-server

Open lukel97 opened this issue 3 years ago • 3 comments

Closes #92 Wont work on Windows yet because lsp-mode upstream doesn't support decompressing gzips yet there. Also not sure what to do with lsp-haskell-server-path variables and friends. Probably needs a bit of a discussion

lukel97 avatar Dec 12 '20 01:12 lukel97

Also need to figure out how to do versioning, e.g. what happens when a new version of hls is released. Probably best to just see what the other languages are doing. If they aren't doing any version checks then it may just be fine to tell users to rm -r ~/.emacs.d/.cache/lsp/haskell

lukel97 avatar Dec 12 '20 01:12 lukel97

Do yall mind if I pick this up and continue this work? I'd like to start contributing to the haskell language server effort, and since I know emacs lisp farily well, this is an obvious place to start

joelmccracken avatar Sep 10 '21 18:09 joelmccracken

By all means! Do have a look at what lsp-mode provides, they have some helpers for bits of this now.

michaelpj avatar Sep 10 '21 22:09 michaelpj