-
Notifications
You must be signed in to change notification settings - Fork 64
Open
Description
Lines 162 to 166 in 5d3f481
| (defcustom lsp-haskell-server-path | |
| "haskell-language-server-wrapper" | |
| "The language server executable. Can be something on the $PATH (e.g. 'ghcide') or a path to an executable itself." | |
| :group 'lsp-haskell | |
| :type 'string) |
I am trying to set up the haskell-language-server, and I’m wondering why the default executable name in this module is called haskell-language-server-wrapper instead of just haskell-language-server. As far as I can see the latter is how hls expects users to call the binary.
Metadata
Metadata
Assignees
Labels
No labels