Applying changes to a large file fails

We have a large code file (360k lines).

At the moment it is not feasible to split it into smaller chunks.

When I prepare a change in the chat window and hit apply, nothing happens, except that the code change is marked as “canceled” (small red x near filename).

image

I guess it has to do with the file size.

Is there any workaround for this, other than splitting the original file?

1 Like

Same issue. What I do is have it use sed or awk commands and sometimes python. Would be nice if the edit_tool would work on large files