mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-20 16:49:06 +01:00
Git - add avatar to graph hover (#238246)
This commit is contained in:
@@ -132,7 +132,7 @@ export class GitHubSourceControlHistoryItemDetailsProvider implements SourceCont
|
||||
// Cache hit
|
||||
if (avatarUrl) {
|
||||
// Add avatar for each commit
|
||||
q.forEach(({ hash }) => results.set(hash, avatarUrl));
|
||||
q.forEach(({ hash }) => results.set(hash, `${avatarUrl}&s=${query.size}`));
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user