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
{{ message }}
This repository has been archived by the owner on Dec 11, 2023. It is now read-only.
If I issue :CodeActionMenu in a Python buffer with ruff-lsp attached, Neovim becomes completely unresponsive.
I don't experience this issue when using vim.lsp.buf.code_action()
I am wondering if it has to do with the fact that ruff-lsp always has actions, but that they may have no diff. astral-sh/ruff-lsp#91 but that is a shot in the dark.
I haven't experienced this issue when ruff-lsp is detached, or in other languages with other language servers.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
If I issue
:CodeActionMenu
in a Python buffer with ruff-lsp attached, Neovim becomes completely unresponsive.I don't experience this issue when using
vim.lsp.buf.code_action()
I am wondering if it has to do with the fact that ruff-lsp always has actions, but that they may have no diff. astral-sh/ruff-lsp#91 but that is a shot in the dark.
I haven't experienced this issue when ruff-lsp is detached, or in other languages with other language servers.
The text was updated successfully, but these errors were encountered: