-
Notifications
You must be signed in to change notification settings - Fork 26
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
question: disable diagnostics window? #27
Comments
Diagnostics will always be sent by the LSP server but acme-lsp can hide it. I've also noticed bad diagnostics from I'm not sure we want to get rid of the diagnostics window entirely because we need to have at least one window open to support dump file (#15), but I can definitely add a flag to hide diagnostics. Sometimes it's useful to run tests with |
Just to be clear, you're saying that when you use 'Watch go test', it would be convenient to be able to hide diagnostics, because it is redundant with the output that is in the "watch window", right? |
Right. It might be worth adding support for dynamically enabling/disabling display of diagnostics, but for now I've added a |
Hello,
At the moment, the diagnostics window generates so many "false positives" that it has become completely useless to me. It's usually a wall of text where actually relevant errors are near-impossible to find. I don't know if it is a misconfiguration on my part, or incompatibilities with the project(s) I am working on, or a shortcoming of acme-lsp, but that's how it is for me.
Not only is it sad that it does not do anything useful for me anymore, but the actual problem is it has also become a nuisance because whenever I do Put on a window, the diagnostics window refreshes, and sometimes the mouse pointer even jumps to it.
I would like to keep on using acme-lsp, for "L def", and automatic formatting + imports, but I would like to get rid of the diagnostics window for now. Is it possible?
thanks.
The text was updated successfully, but these errors were encountered: