Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't use the debug flag by default. #179

Closed
trivialfis opened this issue Sep 14, 2023 · 3 comments · Fixed by #180
Closed

Don't use the debug flag by default. #179

trivialfis opened this issue Sep 14, 2023 · 3 comments · Fixed by #180

Comments

@trivialfis
Copy link
Contributor

trivialfis commented Sep 14, 2023

Hi all,

`("-d" "-l" ,lsp-haskell-server-log-file)
enables the debug flag by default, which causes the language server to dump log to disk and become unresponsive. I think for most of the use cases, the debug flag is unnecessary. I can help remove the flag from default if this sounds reasonable.

@michaelpj
Copy link
Collaborator

Yeah, I agree that that seems like a mistake. I think it's probably helpful to have a logfile by default, but maybe even that is too opinionated?

@trivialfis
Copy link
Contributor Author

Thank you for the reply. The log file is fine.

@trivialfis
Copy link
Contributor Author

I opened an oneliner fix here: #180 .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants