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

bugfix: Prevents retries and noisy error messages on auto-blame failure #483

Closed metacurb closed 7 months ago

metacurb commented 7 months ago

Resolves #482

Auto-blame runs a blame on every file as it becomes active†. This means that if you open a file that isn't a "working copy", it will show an error message when it fails to blame.

This PR does the following:

Note: Files that are manually blamed and fail will still show an error message.

† "active" is defined as when the active text editor changes. This could be clicking in/out, changing tabs, or closing and opening files.