Skip to content

Commit

Permalink
Fixes #3288 missing minimap markers
Browse files Browse the repository at this point in the history
  • Loading branch information
eamodio committed May 14, 2024
1 parent ba2032e commit 695adba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p

## [Unreleased]

- Fixes [#3288](https://github.com/gitkraken/vscode-gitlens/issues/3288) - Branch, Tags, Stashes, Local Branch, and Remote Branch "Markers" Are Missing/Removed From Minimap

## [15.0.2] - 2024-05-14

- Fixes [#3270](https://github.com/gitkraken/vscode-gitlens/issues/3270) - GitLens erroneously thinks certain branches are worktrees under some conditions
Expand Down
1 change: 1 addition & 0 deletions src/webviews/apps/plus/graph/GraphWrapper.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1429,6 +1429,7 @@ export function GraphWrapper({
rows={rows}
rowsStats={rowsStats}
dataType={graphConfig?.minimapDataType ?? 'commits'}
markerTypes={graphConfig?.minimapMarkerTypes}
searchResults={searchResults}
visibleDays={visibleDays}
onSelected={e => handleOnMinimapDaySelected(e)}
Expand Down

0 comments on commit 695adba

Please sign in to comment.