How can turn off the feature as shown in the figure below
Vscode extention GitLens, How can turn off the feature as shown in the figure below?
2.1k views Asked by Jenkey2011 At
3
There are 3 answers
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.
The feature you boxed in red is the point of the gitlens extension. Disable gitlens extension to remove 1 author (zhuguoxi)