feat(lsp): diagnostic related documents support

This commit is contained in:
Riley Bruins
2025-07-08 18:41:50 -07:00
parent 1d8e9b5d07
commit 371aa1c566
4 changed files with 72 additions and 0 deletions

View File

@@ -350,6 +350,7 @@ function protocol.make_client_capabilities()
},
dataSupport = true,
relatedInformation = true,
relatedDocumentSupport = true,
},
inlayHint = {
dynamicRegistration = true,