emacs-rustic / rustic

Apache License 2.0
58 stars 11 forks source link

More of the question about flycheck integration #47

Open dawid-nowak opened 1 month ago

dawid-nowak commented 1 month ago

At the moment, it looks like flycheck error window will only show errors from the current buffer. Is it possible to display a list of errors from all open buffers or ideally from the whole cargo workspace/project ?

psibi commented 1 month ago

One alternative is M-x lsp-ui-flycheck-list, but it will consider all the language servers. I would be also interested to know if there a way to show just for a single workspace.