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

Support pull diagnostics (textDocument/diagnostic) #4276

Open
Ruin0x11 opened this issue Dec 27, 2023 · 0 comments · May be fixed by #4280
Open

Support pull diagnostics (textDocument/diagnostic) #4276

Ruin0x11 opened this issue Dec 27, 2023 · 0 comments · May be fixed by #4280

Comments

@Ruin0x11
Copy link

Pull diagnostics are a relatively new feature in the LSP specification where the client requests the server for diagnostics, instead of the server notifying the client. Known servers that use this feature include ruby-lsp and the new Roslyn language server for .NET.

New capabilities:

  • textDocument.diagnostic (client)
  • diagnosticProvider (server)

New methods:

Related:

joaotavora/eglot#1290
neovim/neovim#22838
neovim/neovim#24128

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 a pull request may close this issue.

1 participant