docs: do not hardcode LSP version in URL #25648

This commit is contained in:
Maria José Solano
2023-10-16 08:13:37 -07:00
committed by GitHub
parent 0892c1cd94
commit c46a6c065e
9 changed files with 13 additions and 13 deletions

View File

@ -387,7 +387,7 @@ end
---@param lastline integer line to begin search in old_lines for last difference
---@param new_lastline integer line to begin search in new_lines for last difference
---@param offset_encoding string encoding requested by language server
---@return table TextDocumentContentChangeEvent see https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#textDocumentContentChangeEvent
---@return table TextDocumentContentChangeEvent see https://microsoft.github.io/language-server-protocol/specification/#textDocumentContentChangeEvent
function M.compute_diff(
prev_lines,
curr_lines,