Closed ebkalderon closed 1 year ago
textDocument/diagnostic
workspace/diagnostic
workspace/diagnostic/refresh
url_map()
HashMap
diagnostic
WorkspaceClientCapabilities
TextDocumentClientCapabilities
diagnostic_provider
ServerCapabilities
It turns out these new 3.17.0 requests were unfortunately missed in PR #255.
@Marwes sorry for the ping, can you please take a look? This is an unfortunate omission in the 3.17 support. Thanks a lot for all your work on lsp-types!
Looks good! Released as 0.94.1.
Added
textDocument/diagnostic
request (link).workspace/diagnostic
request (link).workspace/diagnostic/refresh
request (link).Changed
url_map()
to be generic over theHashMap
value type, making this code reusable intextDocument/diagnostic
.diagnostic
field toWorkspaceClientCapabilities
struct.diagnostic
field toTextDocumentClientCapabilities
struct.diagnostic_provider
field toServerCapabilities
struct.It turns out these new 3.17.0 requests were unfortunately missed in PR #255.