소스 검색

Removes leading checkmark for decoration

main
Eric Amodio 3 년 전
부모
커밋
5115f4d628
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      src/views/nodes/branchNode.ts

+ 1
- 1
src/views/nodes/branchNode.ts 파일 보기

@ -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

불러오는 중...
취소
저장