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 a36a1cb commit 3a44491Copy full SHA for 3a44491
lsp-haskell.el
@@ -188,7 +188,8 @@ These are assembled from the customizable variables
188
:major-modes '(haskell-mode)
189
:server-id 'hie
190
;; :multi-root t
191
- :initialization-options 'lsp-haskell--make-init-options)))
+ ;; :initialization-options 'lsp-haskell--make-init-options
192
+ )))
193
194
(defun lsp-haskell--hie-command ()
195
(funcall lsp-haskell-process-wrapper-function (lsp--haskell-hie-command)))
0 commit comments