3

How can turn off the feature as shown in the figure below

enter image description here

Camilo Martinez M.
  • 1,420
  • 1
  • 7
  • 21
Jenkey2011
  • 45
  • 8

3 Answers3

1

For people still looking for an answer to this:

"gitlens.codeLens.authors.enabled": true

in settings.

Ninian
  • 11
  • 1
1

This decoration is part of a GitLens feature called CodeLens.

You can disable CodeLens in the JSON settings by setting gitlens.codeLens.enabled to false.

Alternatively, you can disable CodeLens in the GUI settings: search for gitlens.codeLens.enabled (or see Settings > Extensions > GitLens > Git CodeLens) and uncheck the checkbox.

KiriSakow
  • 957
  • 1
  • 12
  • 22
-1

The feature you boxed in red is the point of the gitlens extension. Disable gitlens extension to remove 1 author (zhuguoxi)

MattJamison
  • 311
  • 3
  • 11
  • 1
    You are suggesting an unnecessary overkill. This decoration is part of a GitLens feature called CodeLens and it can be disabled without disabling the GitLens extension altogether. – KiriSakow Sep 27 '22 at 11:12