From bd41f6eb6c6677f759bae863eaa88e46efef2fed Mon Sep 17 00:00:00 2001 From: Maria Solano Date: Tue, 14 Oct 2025 13:55:06 -0700 Subject: [PATCH] fix(lsp): add deprecation comment to `gen_lsp` (#36185) --- src/gen/gen_lsp.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gen/gen_lsp.lua b/src/gen/gen_lsp.lua index 9d47eeee37..e51e24020e 100755 --- a/src/gen/gen_lsp.lua +++ b/src/gen/gen_lsp.lua @@ -179,7 +179,7 @@ local function write_to_vim_protocol(protocol) '--- | vim.lsp.protocol.Method.ServerToClient', '', '-- Generated by gen_lsp.lua, keep at end of file.', - '--- @deprecated', + '--- @deprecated Use `vim.lsp.protocol.Method` instead.', '--- @enum vim.lsp.protocol.Methods', '--- @see https://microsoft.github.io/language-server-protocol/specification/#metaModel', '--- LSP method names.',