feat(lsp): support diagnostic refresh request

This commit is contained in:
Pig Fang
2025-11-26 16:28:23 +08:00
committed by Lewis Russell
parent fa8e4e65ca
commit 02067a9892
6 changed files with 43 additions and 1 deletions

View File

@@ -609,7 +609,7 @@ function protocol.make_client_capabilities()
refreshSupport = true,
},
diagnostics = {
refreshSupport = false,
refreshSupport = true,
},
},
experimental = nil,