Skip to content

Commit

Permalink
Try fix the indexing after renaming for emacs
Browse files Browse the repository at this point in the history
  • Loading branch information
scottming committed Sep 6, 2024
1 parent 54fd34d commit 528a1c0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ defmodule Lexical.RemoteControl.CodeMod.Rename do
end

defp uri_with_expected_operation(client_name, document_changes_list)
when client_name in ["Visual Studio Code", "emacs"] do
when client_name in ["Visual Studio Code"] do
document_changes_list
|> Enum.flat_map(fn %Document.Changes{document: document, rename_file: rename_file} ->
if rename_file do
Expand Down

0 comments on commit 528a1c0

Please sign in to comment.