Files
neovim/runtime/lua/vim
Barrett Ruth ecb8402197 fix(lsp): filter code_action diagnostics to the cursor #38988
Problem:
Cursor-position `vim.lsp.buf.code_action()` requests include all diagnostics on the current line, so unrelated same-line diagnostics affect the returned actions.

Solution:
Filter same-line diagnostics to the cursor position for cursor-position requests.
2026-04-23 06:46:59 -04:00
..
2026-03-11 18:24:57 +01:00
2026-04-20 07:09:37 -04:00
2025-06-06 15:36:48 +01:00
2026-04-18 15:38:59 -04:00
2026-01-09 10:07:15 +01:00
2026-03-11 18:00:18 +01:00
2026-04-12 14:17:50 +02:00
2026-04-18 15:38:59 -04:00
2026-03-11 18:00:18 +01:00
2026-04-18 15:38:59 -04:00