feat(lsp): support window/showDocument (#19977)

This commit is contained in:
lvimuser
2022-10-08 05:22:25 -03:00
committed by GitHub
parent cfdb4cbada
commit 0773a9ee3a
5 changed files with 296 additions and 34 deletions

View File

@@ -778,7 +778,7 @@ function protocol.make_client_capabilities()
},
},
showDocument = {
support = false,
support = true,
},
},
}