We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 461f869 commit f6332bdCopy full SHA for f6332bd
extensions/git/src/commands.ts
@@ -53,7 +53,7 @@ class CheckoutTagItem extends CheckoutItem {
53
54
class CheckoutRemoteHeadItem extends CheckoutItem {
55
56
- override get label(): string { return `$(git-branch) ${this.ref.name || this.shortCommit}`; }
+ override get label(): string { return `$(cloud) ${this.ref.name || this.shortCommit}`; }
57
override get description(): string {
58
return localize('remote branch at', "Remote branch at {0}", this.shortCommit);
59
}
0 commit comments