-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
blockedBlocked or caused by an upstream issue or featureBlocked or caused by an upstream issue or featureblocked: vscodeCaused by or dependent on a VS Code issue or featureCaused by or dependent on a VS Code issue or feature
Description
I have a lot of branches that are from origin and upstream remotes.
I want to filter down to origin branches then still sort by date.
The sortByDate stops working once i set a filter.
If all the branches match the filter evenly, sort those remaining branches by the original sort.
- GitLens Version: 10.2.3
- VSCode Version: 1.51
- OS Version: 10.15.6
Steps to Reproduce:
- Set
"gitlens.sortBranchesBy": "date:desc"in your settings - filter branches by
origin/
The sorting is lost.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
blockedBlocked or caused by an upstream issue or featureBlocked or caused by an upstream issue or featureblocked: vscodeCaused by or dependent on a VS Code issue or featureCaused by or dependent on a VS Code issue or feature