fix(lsp): reduce diagnostics and add more types (#23948)

This commit is contained in:
Lewis Russell
2023-06-07 13:39:41 +01:00
committed by GitHub
parent 0381f5af5b
commit 4ecc71f6fc
3 changed files with 100 additions and 58 deletions

View File

@@ -632,6 +632,7 @@ export interface WorkspaceClientCapabilities {
--- Gets a new ClientCapabilities object describing the LSP client
--- capabilities.
--- @return lsp.ClientCapabilities
function protocol.make_client_capabilities()
return {
general = {