fix(lsp): use LSP method type in more places (#36069)

This commit is contained in:
Maria Solano
2025-10-07 08:17:40 -07:00
committed by GitHub
parent a4006360f1
commit 006101360d
5 changed files with 9 additions and 8 deletions

View File

@@ -30,7 +30,7 @@ Options:
--- @field messageDirection string
--- @field clientCapability? string
--- @field serverCapability? string
--- @field method string
--- @field method vim.lsp.protocol.Method
--- @field params? any
--- @field proposed? boolean
--- @field registrationMethod? string