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 Aug 11, 2024. It is now read-only.
When I use LspRestart command it occur error message Error detected while processing CursorHold Autocommands for "*": method textDocument/codeAction is not supported by any of the servers registered for the current buffer
And I find the autocommand define in codeaction/indicator.lua
Description
When I use LspRestart command it occur error message
Error detected while processing CursorHold Autocommands for "*": method textDocument/codeAction is not supported by any of the servers registered for the current buffer
And I find the autocommand define in
codeaction/indicator.lua
and I think use vim.defer_fn can temporarily sovle the problem
What's the correct way to fix it?
The text was updated successfully, but these errors were encountered: