feat(lsp): implement textDocument/diagnostic (#24128)

This commit is contained in:
Chris AtLee
2023-07-20 03:03:48 -04:00
committed by GitHub
parent 86ce3878d6
commit 63b3408551
10 changed files with 422 additions and 74 deletions

View File

@@ -641,6 +641,9 @@ function protocol.make_client_capabilities()
},
},
textDocument = {
diagnostic = {
dynamicRegistration = false,
},
inlayHint = {
dynamicRegistration = true,
resolveSupport = {