Is it possible for Eglot to not clear all diagnostics after every edit? #1390
andrewbanchich
started this conversation in
General
Replies: 1 comment 1 reply
-
Eglot does not clear all diagnostics after every edit. If the diagnostic annotations are cleared it's probably because the server sent a Maybe you should share an excerpt of the Eglot events buffer, hopefully collected in a small enough Rust toy project. A description of this project and exactly what you do is also welcome, much like requested here: https://joaotavora.github.io/eglot/#Troubleshooting-Eglot But if you can't do that, just show the Eglot events buffer. around the time of steps 1-4 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Using Rust, I noticed if I have e.g. several error diagnostics from Flymake for types I haven't imported, I need to:
This can make things pretty slow, depending on the project and if you're using Tramp. Is there any way Eglot could do some of this asynchronously so it can preserve all the Flymake errors and just update them in the background while I'm editing?
Beta Was this translation helpful? Give feedback.
All reactions