Files
neovim/runtime/lua/vim/lsp
Jaehwang Jung b4ba27c238 fix(lsp): codelens extmark line out of range (#35070)
Problem:
When setting extmark for a codelens after it's asynchronously resolved,
the line may have been removed, raising "invalid 'line': out of range"
error. This is a regression from #34888.

Solution:
Re-introduce the line count check.
2025-07-26 12:58:51 -07:00
..
2025-04-17 15:44:46 +01:00
2025-06-06 15:36:48 +01:00
2025-06-06 15:36:48 +01:00