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

Blamer Error with large files #77

Closed coppolat1 closed 7 months ago

coppolat1 commented 5 years ago

I've been seeing issues with this extension when trying to Blame large files. I haven't been able to characterize at what line count I see this behavior. Below is the output from the VSCode Developer Console, the particular file I was trying to blame was about 10k LOC (1/4 of it is documentation/comments).

Let me know if you need more information or if I can be of any help.

svnGutter_errorMessage

metacurb commented 7 months ago

Hi @coppolat1 release 0.6.0 introduces an option to disable logs. This could be beneficial for large files where the extension must spawn a child process per unique revision number!