opista / svn-blamer

📝 SVN Blamer - A VS Code extension to visually SVN-blame your code
https://marketplace.visualstudio.com/items?itemName=beaugust.blamer-vs
MIT License
18 stars 11 forks source link

VS Code freeze after using SVN Gutter #471

Closed jenuc78 closed 7 months ago

jenuc78 commented 1 year ago

Almost every time I use SVN Gutter VS Code freeze after some minutes and need force close.

Does it has some limitations on large files? I have about 25000 lines in one file

Windows 11 with WSL2 (same issue also on Windows 10) VS Code version 1.7.8.2 SVN Gutter version 0.6.1

image

metacurb commented 7 months ago

Hi @jenuc78 , this is due to the number of child processes that are spawned to fetch unique logs. A large file will mean a large number of logs being requested.

Release 0.6.0 introduces a configuration to disable logs. This will still perform the blame and add the visual indicators, but won't fetch log information. I hope that's a reasonable compromise.

jenuc78 commented 7 months ago

Thanks, this is better that before Maybe in new version would be good to have the option fetch also log for a specific revision on manual action (click somewhere)

metacurb commented 7 months ago

Hey @jenuc78 , that sounds like a good idea. Can you create a new issue for this?

jenuc78 commented 7 months ago

done, #481