-
Notifications
You must be signed in to change notification settings - Fork 2
No labels!
There aren’t any labels for this repository quite yet.
34 labels
diagnostics
diagnostics
Any diagnostic messages: from the language server, client extension or other tools, like Misti
lsp capability
lsp capability
Requires registering or altering the server capabilities list according to LSP spec
lsp: publishDiagnostics
lsp: publishDiagnostics
`textDocument/` Publish Diagnostics Notification (push model, from the server)
lsp: pullDiagnostics
lsp: pullDiagnostics
`textDocument/` Pull Diagnostics Request (pull model, from the client)