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
Currently, if I call eglot-code-actions and the server replies with edits, those edits are replied automatically. But if the server replies with commands instead of edits then (unless I set eglot-confirm-server-initiated-edits) I have to respond to a y/n prompt for the edits from that command to be applied. I think the behavior for actions should be consistent regardless of whether the server returns edits or commands.
The text was updated successfully, but these errors were encountered:
Currently, if I call
eglot-code-actions
and the server replies with edits, those edits are replied automatically. But if the server replies with commands instead of edits then (unless I seteglot-confirm-server-initiated-edits
) I have to respond to a y/n prompt for the edits from that command to be applied. I think the behavior for actions should be consistent regardless of whether the server returns edits or commands.The text was updated successfully, but these errors were encountered: