Hacker News new | ask | show | jobs
by davely 454 days ago
I have some VS Code extension (errr... not sure which) that faintly inlines the git blame result on each line of code you're working on. I find it kind of handy.
2 comments

That was actually recently added as a built-in feature

https://code.visualstudio.com/updates/v1_97#_git-blame-infor...

Like the sibling comment, I didn't want to run all of GitLens just for it, but now that it's a built-in I've also been finding it quite useful.

GitLens https://marketplace.visualstudio.com/items?itemName=eamodio....

I uninstalled it, I seem to recall it impacting the speed of VS Code a good bit.