Sublime Forum

Change badges on Summary page

#1

Hi,
When I look at a past commit, each file has change badges next to it (e.g. -2, +10),
But for the currently changed files (that are under vc) they don’t show any badges.
Is there an option that can enable this?
Thanks

0 Likes

#2

Badges are displayed for commited files only, not however for uncommited changes in worktree.

0 Likes

#3

Any particular reason why not? Could this be added in the future please :slightly_smiling_face:

0 Likes

#4

If I had to guess, I’d say likely because it required to re-calculate it each time a file changes on disk, which may be a rather expensive task. Finally only sublimehq devs can give an answer.

You can open a feature request for it at https://github.com/sublimehq/sublime_merge

0 Likes

#5

Thanks, that’s helpful

0 Likes