6

I recently started using the Gitlens vscode extension, and it offers alot of great features. However, it seems to be creating an empty line above code blocks sometimes, like this:

enter image description here

As you can see, there's this empty space between line 11 and 12, just to tell me about the git blame. I played with the settings and I can't seem to get rid of it, and its driving me nuts. Anyone know how to remove git blame annotation that causes the line space?

rioV8
  • 24,506
  • 3
  • 32
  • 49
Seth Lutske
  • 9,154
  • 5
  • 29
  • 78

1 Answers1

14

If anyone else has this problem, I solved it by searching for 'block' in vscode settings, fiding the gitlens section, and disabling these:

  • Gitlens › Code Lens › Authors: Enabled
  • Gitlens › Code Lens › Recent Change: Enabled
Seth Lutske
  • 9,154
  • 5
  • 29
  • 78