The editor can't handle file larger 2500 lines of code

I use Gomix for almost my javascript projects. I have some js library which is not publish to npm registry itself. I did simple copy & paste the content of file larger 2500 lines of code and the websocket can’t handle it.

Here is the message:

Hm… We having trouble connecting. Try refreshing?

and the console:

transform insert length exceeded the limit

I want to edit my library in single file on Gomix. What can I do?

2 Likes

We have an open issue for this. For now, a workaround which makes it possible to create files larger than 2500 lines, is to copy and paste the file in several sections (each less than 2500 lines).