Background
When syncing files, the plugin currently shows which files changed, but not how much each file changed.
Goal
Display the number of added/removed lines for each changed file, similar to a standard git diff stat (e.g. +12 -4), so users can quickly gauge the size of a change before syncing/pulling.
Open Questions
- Where should this be shown — file list in the sync modal, status bar, or both?
- Should it be a simple
+X -Y count, or a full diff view on demand (e.g. click to expand)?
Background
When syncing files, the plugin currently shows which files changed, but not how much each file changed.
Goal
Display the number of added/removed lines for each changed file, similar to a standard git diff stat (e.g.
+12 -4), so users can quickly gauge the size of a change before syncing/pulling.Open Questions
+X -Ycount, or a full diff view on demand (e.g. click to expand)?