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

feat(lsp): notify if rust-analyzer status is not healthy #508

Merged
merged 1 commit into from
Sep 18, 2024

Conversation

mrcjkb
Copy link
Owner

@mrcjkb mrcjkb commented Sep 18, 2024

Closes #507

Copy link
Contributor

Review Checklist

Does this PR follow the Contribution Guidelines? Following is a partial checklist:

Proper conventional commit scoping:

  • For example, fix(lsp): some lsp-related bugfix

  • Pull request title has the appropriate conventional commit prefix.

If applicable:

  • Tested
    • Tests have been added.
    • Tested manually (Steps to reproduce in PR description).
  • Updated documentation.
  • Updated CHANGELOG.md

@mrcjkb mrcjkb merged commit 5c0c441 into master Sep 18, 2024
8 checks passed
@mrcjkb mrcjkb deleted the mj/push-srylkmsvzlwm branch September 18, 2024 16:54
edevil added a commit to edevil/rustaceanvim that referenced this pull request Sep 18, 2024
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 added a commit to edevil/rustaceanvim that referenced this pull request Sep 18, 2024
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.
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

Successfully merging this pull request may close these issues.

Report rust_analyzer issues when it fails to load the workspace
1 participant