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.
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.
I was looking for this comment as I thought 7 digits wasn't enough for the 55,000,000+ households in Japan. I missed the fact that it's alphanumeric - problem solved.
> Over the span of a few hours one day in April 2020, a guy called Cuddles and eight of his pals from the freewheeling world of London’s commodities markets rode oil’s crash to a $660 million profit. Now regulators are scrutinizing their once-in-a-lifetime trade.
Would you mind sharing the full list of tests that you personally consider important (for men, in my case), or which you think constitute a "full panel"? I would like to be explicit about it when I get one.
I assume the "defaults" vary from country to country, and as you say, from clinic to clinic.
I hadn't heard of Managed Service Providers before, but you make a good case for them.
I'm finding surprisingly little discussion on HN regarding the costs/benefits of MSPs. Or rather, under which conditions (such as company size) they make sense.
Yes, the blame feature is built-in now, with pop-up and all.