Skip to content

Commit

Permalink
Removes leading checkmark for decoration
Browse files Browse the repository at this point in the history
  • Loading branch information
eamodio committed Mar 1, 2021
1 parent dab25a3 commit 5115f4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/nodes/branchNode.ts
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ export class BranchNode
}

const item = new TreeItem(
`${this.options.showCurrent && this.current ? Strings.pad(GlyphChars.Check, 0, 2) : ''}${this.label}`,
this.label,
this.options.expanded ? TreeItemCollapsibleState.Expanded : TreeItemCollapsibleState.Collapsed,
);
item.iconPath = this.options.showAsCommits
Expand Down

0 comments on commit 5115f4d

Please sign in to comment.