We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c443f15 commit 2c21ffdCopy full SHA for 2c21ffd
lsp-haskell.el
@@ -435,7 +435,7 @@ you override that setting then this one will have no effect."
435
:type 'string)
436
437
(defcustom lsp-haskell-server-args
438
- `("-d" "-l" ,lsp-haskell-server-log-file)
+ `("-l" ,lsp-haskell-server-log-file)
439
"The arguments for starting the language server.
440
For a debug log when using haskell-language-server, use `-d -l /tmp/hls.log'."
441
:group 'lsp-haskell
0 commit comments