mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-27 12:04:04 +01:00
Git - add avatar resolution to git blame editor decoration hover (#238083)
* Initial implementation * Add logging * Improve avatar resolution
This commit is contained in:
1
extensions/github/src/typings/git.d.ts
vendored
1
extensions/github/src/typings/git.d.ts
vendored
@@ -290,6 +290,7 @@ export interface BranchProtectionProvider {
|
||||
}
|
||||
|
||||
export interface SourceControlHistoryItemDetailsProvider {
|
||||
provideAvatar(repository: Repository, commit: string, authorName?: string, authorEmail?: string): Promise<string | undefined>;
|
||||
provideHoverCommands(repository: Repository): Promise<Command[] | undefined>;
|
||||
provideMessageLinks(repository: Repository, message: string): Promise<string | undefined>;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user