mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-01 22:12:26 +01:00
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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user