mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 18:49:00 +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/git/src/api/git.d.ts
vendored
1
extensions/git/src/api/git.d.ts
vendored
@@ -327,6 +327,7 @@ export interface BranchProtectionProvider {
|
||||
}
|
||||
|
||||
export interface SourceControlHistoryItemDetailsProvider {
|
||||
provideAvatar(repository: Repository, commit: string, authorName?: string, authorEmail?: string): ProviderResult<string>;
|
||||
provideHoverCommands(repository: Repository): ProviderResult<Command[]>;
|
||||
provideMessageLinks(repository: Repository, message: string): ProviderResult<string>;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user