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.
2 parents 485427a + bb888b2 commit 24a2647Copy full SHA for 24a2647
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