emacs-lsp / lsp-ui

UI integrations for lsp-mode
https://emacs-lsp.github.io/lsp-ui
GNU General Public License v3.0
1.04k stars 141 forks source link

Request lsp-ui-flycheck-list to automatically update itself #303

Open yyoncho opened 5 years ago

yyoncho commented 5 years ago

Originally logged at https://github.com/emacs-lsp/lsp-mode/issues/912

deifactor commented 2 years ago

Based on my experimentation and the call to (add-hook 'lsp-diagnostics-updated-hook 'lsp-ui-flycheck-list--refresh nil t) it looks like it does do this, so I think this can just be closed.