mirror of
https://github.com/neovim/neovim.git
synced 2025-10-16 23:06:14 +00:00
fix(lsp): add deprecation comment to gen_lsp
(#36185)
This commit is contained in:
@@ -179,7 +179,7 @@ local function write_to_vim_protocol(protocol)
|
|||||||
'--- | vim.lsp.protocol.Method.ServerToClient',
|
'--- | vim.lsp.protocol.Method.ServerToClient',
|
||||||
'',
|
'',
|
||||||
'-- Generated by gen_lsp.lua, keep at end of file.',
|
'-- Generated by gen_lsp.lua, keep at end of file.',
|
||||||
'--- @deprecated',
|
'--- @deprecated Use `vim.lsp.protocol.Method` instead.',
|
||||||
'--- @enum vim.lsp.protocol.Methods',
|
'--- @enum vim.lsp.protocol.Methods',
|
||||||
'--- @see https://microsoft.github.io/language-server-protocol/specification/#metaModel',
|
'--- @see https://microsoft.github.io/language-server-protocol/specification/#metaModel',
|
||||||
'--- LSP method names.',
|
'--- LSP method names.',
|
||||||
|
Reference in New Issue
Block a user