-
-
Notifications
You must be signed in to change notification settings - Fork 74
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
feat(lsp): more information on LSP errors #509
Conversation
Review ChecklistDoes this PR follow the Contribution Guidelines? Following is a partial checklist: Proper conventional commit scoping:
If applicable:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Just needs a changelog entry in a
[Unreleased]
section.
When the rust-analyzer server emits errors or warnings, display the additional message. Don't de-duplicate messages otherwise we loose the feedback on whether we have solved the issue.
@edevil since this PR, I sometimes get spammed with warnings like:
I think we might need to disable warnings when the server health level is |
When the rust-analyzer server emits errors or warnings, display the additional message. Don't de-duplicate messages otherwise we loose the feedback on whether we have solved the issue.