Funny, I just uninstalled it yesterday.

I only used it for the automatic blame behind the cursor, but I just learned that that is built-in to VS Code (something like “toggle blame decorator”). The built-in one is faster too.

I just found it - it's "Git > Blame > Editor Decoration: Enabled" and holy is it so much faster. I love every time I can replace an extension with native functionality.

Interesting. I've been using Gitlens for years without issue. Today I tried the built-in blame decorations and I found they were so responsive and fast that they were distracting. With Gitlens there's a delay before the decoration appears on a line, so if you're moving your cursor quickly around between lines you don't actually get a blame decoration until you've rested there for a few seconds; with the built-in functionality it pops right up as soon as the line focuses so if you go from line to line, there's a lot of activity in your field of view which makes it harder for me to concentrate on the code.

As an adjustment, for now, I'm sticking with the built-in functionality but enabling only the status bar display, whose template I modified to include the commit message and date.

mind sharing that template? Sounds nice.

Settings > Extensions > Git Blame: Status Bar Item Enabled (check this) Blame: Status Bar Item Template (use this value) ${authorName} (${authorDate}) ${subject}

There's no secret sauce, all these variables are shown right above the input.

second to ask to share

See above

TIL blame is builtin in VS Code, thanks for sharing, I had GitLens just for the blame, never used another feature.

[deleted]

The “compare references” feature is nice.