Reputation: 85
How can turn off the feature as shown in the figure below
Upvotes: 4
Views: 2989
Reputation: 1207
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.
Upvotes: 2
Reputation: 21
For people still looking for an answer to this:
"gitlens.codeLens.authors.enabled": true
in settings.
Upvotes: 2
Reputation: 339
The feature you boxed in red is the point of the gitlens extension. Disable gitlens extension to remove 1 author (zhuguoxi)
Upvotes: -1