neovim/runtime/lua/vim/lsp
Mathias Fussenegger 9281edb334 fix(lsp): create per client params in lsp.buf.code_action
`code_action` used the same parameters for all clients, which led to the
following warning and incorrect start/end column locations if using
clients with mixed encodings:

    warning: multiple different client offset_encodings detected for
    buffer, this is not supported yet
2023-11-04 08:17:42 +01:00
..
_meta fix(lua): improve annotations for stricter luals diagnostics (#24609) 2023-08-09 11:06:13 +02:00
_completion.lua fix(lsp): fix omnicomplete in middle of the line (#25787) 2023-10-26 22:40:36 +02:00
_dynamic.lua feat(lsp): initial support for dynamic capabilities (#23681) 2023-05-28 07:51:28 +02:00
_meta.lua fix(lua): improve annotations for stricter luals diagnostics (#24609) 2023-08-09 11:06:13 +02:00
_snippet_grammar.lua feat(lsp): add snippet API (#25301) 2023-10-21 08:51:26 +02:00
_watchfiles.lua fix(lua): improve annotations for stricter luals diagnostics (#24609) 2023-08-09 11:06:13 +02:00
buf.lua fix(lsp): create per client params in lsp.buf.code_action 2023-11-04 08:17:42 +01:00
codelens.lua fix(lsp): clear codelens on LspDetach (#24903) 2023-09-21 09:56:15 +02:00
diagnostic.lua fix(lsp): log unknown diagnostic tags instead of showing a warning (#25705) 2023-10-21 08:47:14 +02:00
handlers.lua fix(lsp): call on_list() even for single location (#25830) 2023-10-31 13:18:44 +01:00
health.lua feat(health): list attached buffers in LSP report #23561 2023-09-24 11:43:16 -07:00
inlay_hint.lua fix(lsp): only disable inlay hints / diagnostics if no other clients are connected (#24535) 2023-08-31 10:00:24 +02:00
log.lua docs(lua): more improvements (#24387) 2023-07-18 15:42:30 +01:00
protocol.lua refactor(lsp): move completion logic into _completion module 2023-10-21 13:49:05 +02:00
rpc.lua refactor(vim.system): factor out on_exit handling 2023-09-05 17:10:04 +01:00
semantic_tokens.lua docs: replace <pre> with ``` (#25136) 2023-09-14 08:23:01 -05:00
sync.lua docs: do not hardcode LSP version in URL #25648 2023-10-16 08:13:37 -07:00
tagfunc.lua refactor(lsp): fix luals warnings in tagfunc and add type annotations (#25150) 2023-10-14 11:31:16 +02:00
util.lua refactor(lsp): deprecate completion util methods 2023-10-21 13:49:05 +02:00