This commit is contained in:
Joao Moreno
2017-01-31 16:01:24 +01:00
parent 5f5de2bb1f
commit 5ab16bc306

View File

@@ -42,6 +42,7 @@ export class CheckoutStatusBar {
this.raw.command = 'git.checkout';
this.raw.color = 'rgb(255, 255, 255)';
this.raw.tooltip = localize('checkout', 'Checkout...');
this.raw.text = '$(git-branch) ' +
head +
(this.model.workingTreeGroup.resources.length > 0 ? '*' : '') +