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
* Fix correct usages of: `make_position_params`, `make_given_range_params`, and `make_range_params`. They work the same way but has been given warnings if offset_encoding (or position_encoding) isn't passed.
* Change deprecated `vim.tbl_islist` which will be removed in 0.12 to
`vim.islist`.
* Change deprecated `lsp.diagnostic.get_line_diagnostics` to `vim.diagnostic.get`
* Fix incorrect row for code action preview, it displayed alright with
default options but overlapped with git signs expansion.
* Change to pass nil instead of main_buf to make_given_range_params to
match rest of code
* Fix missing space in parameter in call to `make_position_params` to pass
stylua --check
0 commit comments