You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The lsp library used in gnols is not yet compatible with LSP 3.17, contrary to what this issue seems to say LSP 3.17 support go-language-server/protocol#39 (there's no clientCapability.workspace.diagnostic field in the IntializeParams type)
The text was updated successfully, but these errors were encountered:
https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#textDocument_pullDiagnostics
Since the feature is present only in the latest version of LSP (3.17), there's 2 issues to solve before being able to work on that feature:
vim-lsp
doesn't expose the related capability No command fortextDocument/pullDiagnostics
feature ? prabirshrestha/vim-lsp#1532clientCapability.workspace.diagnostic
field in theIntializeParams
type)The text was updated successfully, but these errors were encountered: