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
When comparing with a diff on GitHub it folds unchanged and shows 3 lines of context.
It would be awesome if there was a configuration option to specify how many lines of context to add for the git.foldUnchanged command.
I guess it might need one pass to merge ranges that are less than apart
The text was updated successfully, but these errors were encountered:
I would like to see 3 lines above and below the changed lines when using the git.foldChanged command. This is like the -U3flag of git diff -U3. Currently the command shows 0 lines below and above (ie. 0 context).
It would also be great if the number was also configurable to any number, not just 3.
When comparing with a diff on GitHub it folds unchanged and shows 3 lines of context.
It would be awesome if there was a configuration option to specify how many lines of context to add for the
git.foldUnchanged
command.I guess it might need one pass to merge ranges that are less than apart
The text was updated successfully, but these errors were encountered: