Skip to content

Commit 2c21ffd

Browse files
committed
Remove debug flag from default server arguments.
1 parent c443f15 commit 2c21ffd

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)