File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -225,8 +225,8 @@ if projectile way fails"
225225(defun lsp-haskell--server-command ()
226226 " Command and arguments for launching the inferior language server process.
227227These are assembled from the customizable variables `lsp-haskell-server-path'
228- and `lsp-haskell-server-args' ."
229- (append (list lsp-haskell-server-path " --lsp" ) lsp-haskell-server-args) )
228+ and `lsp-haskell-server-args' and `lsp-haskell-server-wrapper-function' ."
229+ (funcall lsp-haskell-server-wrapper-function ( append (list lsp-haskell-server-path " --lsp" ) lsp-haskell-server-args) ) )
230230
231231; ; Register all the language server settings with lsp-mode.
232232; ; Note that customizing these will currently *not* send the updated configuration to the server,
You can’t perform that action at this time.
0 commit comments