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
ZLS generates multiple source.fixAll code actions for each fixup it applies. While this has some advantages, It also causes some issues with certain editors:
ZLS generates multiple
source.fixAll
code actions for each fixup it applies. While this has some advantages, It also causes some issues with certain editors:vim.lsp.buf.code_action
function will show a popup when trying to apply multiple code actionsA single code action that applies all fixups should resolve these issues.
The text was updated successfully, but these errors were encountered: