Replies: 1 comment 2 replies
-
Is this still relevant in light of this comment? #6486 (comment)
If not, I might be interested in taking this on. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I think it would be a good idea to test our LSP code by having a barebones LSP with some helper functions. Something like this could have caught #9429 if we had a test where we have some diagnostics, e.g.
helper_lsp.set_diagnostics(&[(0, 0, "diagnostic here")])
and tested if it appeared in the document itself.Beta Was this translation helpful? Give feedback.
All reactions