Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

lsp-ui-sideline no diagnostics #750

Closed
BossCode45 opened this issue May 17, 2023 · 1 comment
Closed

lsp-ui-sideline no diagnostics #750

BossCode45 opened this issue May 17, 2023 · 1 comment

Comments

@BossCode45
Copy link

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
Copy link
Author

Nevermind, I hadn't installed flycheck.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant