Vscode extention GitLens, How can turn off the feature as shown in the figure below?

2.1k Views Asked by At

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

enter image description here

3

There are 3 best solutions below

1
On

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

0
On

For people still looking for an answer to this:

"gitlens.codeLens.authors.enabled": true

in settings.

0
On

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.