We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 485427a commit bb888b2Copy full SHA for bb888b2
lsp-haskell.el
@@ -88,7 +88,7 @@
88
;; Non-language server options
89
90
(defcustom lsp-haskell-server-path
91
- "haskell-language-server"
+ "haskell-language-server-wrapper"
92
"The language server executable. Can be something on the $PATH (e.g. 'ghcide') or a path to an executable itself."
93
:group 'lsp-haskell
94
:type 'string)
0 commit comments