feat(lsp): support documentColor dynamic registration #33800

This commit is contained in:
Maria José Solano
2025-05-04 09:00:21 -05:00
committed by GitHub
parent 5c15df449a
commit 8f5bd569c5
5 changed files with 73 additions and 27 deletions

View File

@@ -533,7 +533,7 @@ function protocol.make_client_capabilities()
dynamicRegistration = false,
},
colorProvider = {
dynamicRegistration = false,
dynamicRegistration = true,
},
},
workspace = {