godotengine / godot-git-plugin

Git implementation of the VCS interface in Godot
MIT License
656 stars 64 forks source link

The addon lags out the script editor #211

Open BenjaTK opened 7 months ago

BenjaTK commented 7 months ago

Tried it both with and without the addon, and there's a signifcant difference. Writing code has a big delay when using the addon most of the time, or it's just laggy to scroll through the script editor.

Calinou commented 7 months ago

Which Godot version are you using? How large is the Git repository you're working on (how many commits does it have)?

BenjaTK commented 7 months ago

I'm using 4.2 with the alpha version implementing the 4.2 PR and it has ~20 commits.