feat(lsp): workspace diagnostic support (#34262)

* refactor(lsp): remove underscore prefix from local variables

* feat(lsp): workspace diagnostic support
This commit is contained in:
Maria José Solano
2025-06-09 10:02:00 -07:00
committed by GitHub
parent d75ffa5934
commit cb4559bc32
6 changed files with 304 additions and 71 deletions

View File

@@ -566,6 +566,9 @@ function protocol.make_client_capabilities()
inlayHint = {
refreshSupport = true,
},
workspace = {
refreshSupport = false,
},
},
experimental = nil,
window = {