Commit author avatars fall back to defaults when author has avatar #3352
Replies: 2 comments
-
Might be interesting: ![]() |
Beta Was this translation helpful? Give feedback.
0 replies
-
I initially read #2094 but didn't understand what the author referred to. After looking around some more, I figured out the issue. Visit the Remotes dropdown inside the Source Control panel. You'll see your remotes (probably just |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey! I really love using GitLens. In my VSCode setup, commit author avatars for people other than me fall back to the default gravatars. This has been the case since I remember installing the extension ages ago. The authors of those commits use the correct email address and have an avatar in their GitHub accounts.
Here are my settings:

Versions:
Note: A colleague of mine can see the correct avatars in those same commits. They have no settings other than the default, and they're using the same version of GitLens that I use.
I tried enabling debug logging and clicking around the UI, but I couldn't find any logs with
avatar
orgithub
. What should I look for in the logs to diagnose the issue?I tried removing these folders from the
~/Library/Application Support/Code
directory to no avail:Beta Was this translation helpful? Give feedback.
All reactions