Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Disable annoying source code modification indication

I don't know what the correct name is for the issue I am having, or whether it is related to my VSCode, or some of its extensions.

Here is a screenshot depicting the problem:

enter image description here

Linux, VSCode 1.19.2

like image 641
humkins Avatar asked Jan 23 '18 12:01

humkins


1 Answers

"gitlens.blame.line.enabled": false,// was working in previous versions "gitlens.currentLine.enabled": false,// in modern version "gitlens.codeLens.authors.enabled": false, "gitlens.codeLens.recentChange.enabled": false, 
like image 150
Alex Avatar answered Sep 29 '22 16:09

Alex