Git Blame - refactor implementation to use an additional dirty diff provider (#234420)

* Initial implementation using a quick diff provider

* Add proposed API to hide a dirty diff decorator
This commit is contained in:
Ladislau Szomoru
2024-11-22 15:12:32 +01:00
committed by GitHub
parent 549824486c
commit d8d0ddba9c
18 changed files with 194 additions and 240 deletions

View File

@@ -1021,7 +1021,7 @@ export class Repository implements Disposable {
* Quick diff label
*/
get label(): string {
return l10n.t('Git local working changes');
return l10n.t('Git local changes (working tree)');
}
provideOriginalResource(uri: Uri): Uri | undefined {