feat(lsp): support workspace/codeLens/refresh

This commit is contained in:
Yi Ming
2026-02-02 09:40:31 +08:00
parent fe23168e2b
commit 965468fca1
5 changed files with 92 additions and 2 deletions

View File

@@ -604,6 +604,9 @@ function protocol.make_client_capabilities()
dynamicRegistration = sysname == 'Darwin' or sysname == 'Windows_NT',
relativePatternSupport = true,
},
codeLens = {
refreshSupport = true,
},
inlayHint = {
refreshSupport = true,
},