emacs-lsp / lsp-ui

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

lsp-ui-sideline no diagnostics #750

Closed BossCode45 closed 1 year ago

BossCode45 commented 1 year ago

I am using the clangd c++ server with this file

#include <iostream>

int main()
{
    cout << "stuff" << endl;
}

I have the following config for lsp-ui-sideline changed: lsp-ui-sideline-update-mode line, the rest is default this is what i get when i hover the line: image with show-hover turned on to check if it works: image Flymake is able to find the errors and will display them: image It doesn't matter what the error is, it never seems to display

BossCode45 commented 1 year ago

Nevermind, I hadn't installed flycheck.