You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adds new 'counts' Launchpad indicator label option
- Displays an icon & count of each of the priority groups
Avoids unneeded indicator data refreshing on config changes
Avoids delay/cancellation potential for after startup loaded data
Avoids listening for enable/disable in the indicator as its life-cycle is controlled by the container
Adds missing enum descriptions
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
8
8
9
9
### Added
10
10
11
+
- Adds a new `counts` option to the `gitlens.launchpad.indicator.label` setting to show the status counts of items which need your attention in the _Launchpad_ status bar indicator
11
12
- Adds _Search for Commits within Selection_ command to the editor context menu when there is a selection
12
13
- Adds a `gitlens.launchpad.ignoredOrganizations` setting to specify an array of organizations (or users) to ignore in the _Launchpad_
0 commit comments