Add the gitlens.hovers.avatars configuration option
This setting allows disabling/enabling showing avatars in hovers. We
already have settings for the explorer and blame gutter, so it makes
sense to also have one for the hovers.
"description":"Specifies when to trigger hovers for the current line\n `annotation` - only shown when hovering over the line annotation\n `line` - shown when hovering anywhere over the line",
"scope":"window"
},
"gitlens.hovers.avatars":{
"type":"boolean",
"default":true,
"description":"Specifies whether to show avatar images in hovers",