How can turn off the feature as shown in the figure below
Asked
Active
Viewed 1,572 times
3

Camilo Martinez M.
- 1,420
- 1
- 7
- 21

Jenkey2011
- 45
- 8
-
have you searched the GitLens settings – rioV8 May 15 '21 at 17:50
-
Yes, but I didn't find the switch~ – Jenkey2011 May 15 '21 at 17:52
-
I don't even know how to express the feature. – Jenkey2011 May 15 '21 at 17:54
-
many of the settings are clear not be of interest for this, so only a few remain, toggle them and see which one it is, that how I found it too – rioV8 May 15 '21 at 18:01
3 Answers
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
-
1You 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