-
-
Notifications
You must be signed in to change notification settings - Fork 890
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
chore: test diagnostic locations with a help of a mock LSP server #4502
Conversation
This reverts commit 4259eb7.
the |
Only today I noticed that ubuntu-latest + 27.2 was failing after a recent commit. It is fixed now |
Oops, I think I should have merged the other PR first. 🤔 Can you resolve the merge conflicts? Thanks! |
No, problem. #4503, that you merged, supersedes this one. I broke them into two steps to reduce the amount of code to review. |
This implements the first part of #4501
The mock server simulates detecting diagnostics and the tests document the behavior of
lsp-mode
upon receiving them.