cquery-project / emacs-cquery

Emacs client for cquery, a low-latency language server supporting multi-million line C++ code-bases
116 stars 14 forks source link

flycheck no longer working #35

Closed jackkamm closed 6 years ago

jackkamm commented 6 years ago

Since recently updating packages (lsp, lsp-ui, cquery), I find that flycheck no longer works properly with cquery.

More specifically, syntax errors within the buffer are no longer highlighted by flycheck; furthermore functions such as flycheck-list-errors, flycheck-next-error, etc. will not find any errors.

However, calling lsp-ui-flycheck-list works fine, and will correctly find errors/warnings and list them in the sidebar.

jackkamm commented 6 years ago

Upon further investigation, this problem only occurs when editing a file through a symlink, and is due to lsp-ui, so I will close this here and raise an issue there.