Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Files in a folder are highlighted green with a number 1 next to them. What does this signify?

Yesterday a few files in one of my folders(git repository) have turned green and have a number next to them like so: enter image description here Can anybody tell me what this means? The repository is synced and up to date and that was the only possible thing I could assume it meant. Thanks!

like image 783
khumps Avatar asked Feb 09 '18 20:02

khumps


1 Answers

Those are the file explorer's problem decorations. They use colors and indicators to show which files have problems associated with them. The green here indicates there is a warning in the file, and the 1 indicates that there is one warning.

You can disable these by setting: "problems.decorations.enabled": false

like image 107
Matt Bierner Avatar answered Sep 28 '22 04:09

Matt Bierner