feat(lsp): support textDocument/documentLink (#37644)

This commit is contained in:
Maria Solano
2026-02-16 11:05:33 -08:00
committed by GitHub
parent 49c19a1fe3
commit 05bd4398c5
5 changed files with 37 additions and 2 deletions

View File

@@ -508,6 +508,10 @@ function protocol.make_client_capabilities()
linkSupport = true,
dynamicRegistration = true,
},
documentLink = {
dynamicRegistration = false,
tooltipSupport = false,
},
implementation = {
linkSupport = true,
},