bug: vim.lsp.util.make_position_params()
requires position/offset encoding on Nighly
#606
Open
4 tasks done
Labels
bug
Something isn't working
Did you check docs and existing issues?
Neovim version (nvim -v)
v0.11.0-dev-1247+g5897994cb7
Operating system/version
Debian Trixie
Describe the bug
On nightly,
vim.lsp.util.make_position_params()
requires a second argumentposition_encoding
. Otherwise it generates this warning message:trouble.nvim/lua/trouble/sources/lsp.lua
Line 175 in 46cf952
Upstream change: neovim/neovim#31249
I guess
client
and/orclient.offset_encoding
has to be propagated.Steps To Reproduce
:Trouble lsp_implementations
on some identifier.Expected Behavior
Expect no warning.
Repro
No response
The text was updated successfully, but these errors were encountered: