This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
Barebones LSP for integration testing #9430
Labels
C-enhancement
Category: Improvements
E-medium
Call for participation: Experience needed to fix: Medium / intermediate
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.The text was updated successfully, but these errors were encountered: