-
Notifications
You must be signed in to change notification settings - Fork 51
Show the blame line ranges #1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
Comments
Thanks for the feedback @egamma. I'll look into adding this for the next release. |
I'd love to see this, too. |
+1 |
2 similar comments
+1 |
+1 |
Coming from Atom, I love the way the git-blame extension does it. Adds each change to the gutter, and when you click the hash it opens the file on Github (I assume it only works with Github projects) |
+1 (enjoying this extension, thanks) |
radar
pushed a commit
to radar/vscode-gitblame
that referenced
this issue
May 22, 2019
* Feature: Adding setting to ignore whitespace changes (`gitblame.ignoreWhitespace`) (waderyan#1) * Feature: Adding setting to open commit info in online tool (`gitblame.commitUrl`) (waderyan#6) * Enhancement: Status bar message no longer clickable when there is no commit associated with the current line * Enhancement: Adding info about configuration in `README.md` * Bug: Spawn fewer git processes when opening a file (waderyan#3)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It would be nice to see which ranges of lines where changed together.
You could use the decorator API for this.
The text was updated successfully, but these errors were encountered: