Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Show GitHub profile pictures in list instead of icon #10

Open
rkotze opened this issue Jan 9, 2019 · 0 comments
Open

Show GitHub profile pictures in list instead of icon #10

rkotze opened this issue Jan 9, 2019 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@rkotze
Copy link
Owner

rkotze commented Jan 9, 2019

If the user has a GitHub profile retrieve the profile photo to show in the list of authors. Replace the user icon.

Could include a GitHub user name field in the .git-coauthors file

https://stackoverflow.com/questions/22932422/get-github-avatar-from-email-or-name

To add GitHub profile picture

vscode.Uri.parse(
    "https://avatars.githubusercontent.com/rkotze?size=100"
);
@rkotze rkotze added the enhancement New feature or request label Jan 9, 2019
@rkotze rkotze added the good first issue Good for newcomers label Apr 14, 2020
@rkotze rkotze self-assigned this Aug 13, 2020
@rkotze rkotze closed this as completed Aug 13, 2020
@rkotze rkotze reopened this Aug 13, 2020
@rkotze rkotze removed their assignment Oct 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant