You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The use of make_position_params in lsp.lua with the only argument being the window id has been deprecated in favor of the caller providing the positional encoding. See neovim/neovim#31249 for details.
To Reproduce
Minimal repro (bootstrapped via LazyVim's minimal for lsp installation, etc.)
Additional context
I filed an issue with LazyVim as the issue originally showed up for me when using Folke's illuminate extra but they seemed pretty adamant that I reported it in the wrong place.
The text was updated successfully, but these errors were encountered:
Describe the bug
The use of
make_position_params
inlsp.lua
with the only argument being the window id has been deprecated in favor of the caller providing the positional encoding. See neovim/neovim#31249 for details.To Reproduce
Minimal repro (bootstrapped via LazyVim's minimal for lsp installation, etc.)
Steps to reproduce the behavior (include minimal
init.vim
or.vimrc
):nvim -u repro.lua repro.lua
position_encoding param is required in vim.lsp.util.make_position_params. Defaulting to position encoding of the first client.
Output from
:IlluminateDebug
Expected behavior
No warning appears
Additional context
I filed an issue with LazyVim as the issue originally showed up for me when using Folke's illuminate extra but they seemed pretty adamant that I reported it in the wrong place.
The text was updated successfully, but these errors were encountered: