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

@@ -2433,7 +2433,7 @@ error('Cannot require a meta file')
---@field id string
---
---The method / capability to register for.
---@field method string
---@field method vim.lsp.protocol.Method
---
---Options necessary for the registration.
---@field registerOptions? lsp.LSPAny
@@ -2446,7 +2446,7 @@ error('Cannot require a meta file')
---@field id string
---
---The method to unregister for.
---@field method string
---@field method vim.lsp.protocol.Method
---The initialize parameters
---@class lsp._InitializeParams: lsp.WorkDoneProgressParams