mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-23 01:58:53 +01:00
fix #19496
This commit is contained in:
@@ -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 ? '*' : '') +
|
||||
|
||||
Reference in New Issue
Block a user