At one point I found a way to show line-by-line git blame within vscode. I now cannot recall or find the means with which to do that. I have the Git Blame extension, but that only shows blame on a single selected line.
At one point I found a way to show line-by-line git blame within vscode. I now cannot recall or find the means with which to do that. I have the Git Blame extension, but that only shows blame on a single selected line.
You can view commit history for an individual file without a plugin using the Timeline view.
See https://stackoverflow.com/a/60013101/337934 for more information.
If you use the GitLense plugin, you can also use the "File Annotations" icon in the top right of vscode:
Or use the "GitLense: Toggle File Blame" command.
I know I'm late here and this is an old question, but, I just installed Git Blame, it's out a while now but seems to be lightweight and very easy to use, I was able to get line by line details of who and when.