We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c443f15 + 2c21ffd commit b36b23eCopy full SHA for b36b23e
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