Skip to content

Commit b36b23e

Browse files
authored
Merge pull request #180 from trivialfis/remove-debug-log
Remove debug flag from default server arguments.
2 parents c443f15 + 2c21ffd commit b36b23e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lsp-haskell.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,7 @@ you override that setting then this one will have no effect."
435435
:type 'string)
436436

437437
(defcustom lsp-haskell-server-args
438-
`("-d" "-l" ,lsp-haskell-server-log-file)
438+
`("-l" ,lsp-haskell-server-log-file)
439439
"The arguments for starting the language server.
440440
For a debug log when using haskell-language-server, use `-d -l /tmp/hls.log'."
441441
:group 'lsp-haskell

0 commit comments

Comments
 (0)