-
Notifications
You must be signed in to change notification settings - Fork 59
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
Implement support for diagnostic requests on server #374
Comments
Unassigning myself as this ticket is blocked on gluon-lang/lsp-types#258 currently. |
does there exist any branch of tower-lsp with implementation utilizing gluon-lang/lsp-types#258? |
@meetmangukiya Not at the moment, sadly. It should be pretty trivial to add after the PR is merged, though! |
Upstream PR was only just merged! 🎉 A maintenance release of |
@meetmangukiya Alright, |
nice, thanks! |
The
LanguageServer
trait is missing the following requests:textDocument/diagnostic
workspace/diagnostic
The
Client
struct is also missing the following requests:workspace/diagnostic/refresh
These request types were added in LSP 3.17.0, but
lsp-types
unfortunately doesn't support them. This should have landed inlsp-types
0.94.0, but was missed in gluon-lang/lsp-types#255. I've opened gluon-lang/lsp-types#258 to address this omission.The text was updated successfully, but these errors were encountered: