Skip to content

Commit

Permalink
Merge pull request emacs-lsp#180 from trivialfis/remove-debug-log
Browse files Browse the repository at this point in the history
Remove debug flag from default server arguments.
  • Loading branch information
michaelpj authored Sep 19, 2023
2 parents c443f15 + 2c21ffd commit b36b23e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lsp-haskell.el
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,7 @@ you override that setting then this one will have no effect."
:type 'string)

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

0 comments on commit b36b23e

Please sign in to comment.