Skip to content

Commit f6332bd

Browse files
authored
Git - Use cloud icon for remote branches (microsoft#155140)
Use cloud icon for remote branches
1 parent 461f869 commit f6332bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extensions/git/src/commands.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ class CheckoutTagItem extends CheckoutItem {
5353

5454
class CheckoutRemoteHeadItem extends CheckoutItem {
5555

56-
override get label(): string { return `$(git-branch) ${this.ref.name || this.shortCommit}`; }
56+
override get label(): string { return `$(cloud) ${this.ref.name || this.shortCommit}`; }
5757
override get description(): string {
5858
return localize('remote branch at', "Remote branch at {0}", this.shortCommit);
5959
}

0 commit comments

Comments
 (0)