Skip to content

Commit 695adba

Browse files
committed
Fixes #3288 missing minimap markers
1 parent ba2032e commit 695adba

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
66

77
## [Unreleased]
88

9+
- Fixes [#3288](https://github.com/gitkraken/vscode-gitlens/issues/3288) - Branch, Tags, Stashes, Local Branch, and Remote Branch "Markers" Are Missing/Removed From Minimap
10+
911
## [15.0.2] - 2024-05-14
1012

1113
- Fixes [#3270](https://github.com/gitkraken/vscode-gitlens/issues/3270) - GitLens erroneously thinks certain branches are worktrees under some conditions

src/webviews/apps/plus/graph/GraphWrapper.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1429,6 +1429,7 @@ export function GraphWrapper({
14291429
rows={rows}
14301430
rowsStats={rowsStats}
14311431
dataType={graphConfig?.minimapDataType ?? 'commits'}
1432+
markerTypes={graphConfig?.minimapMarkerTypes}
14321433
searchResults={searchResults}
14331434
visibleDays={visibleDays}
14341435
onSelected={e => handleOnMinimapDaySelected(e)}

0 commit comments

Comments
 (0)