Steps to Reproduce:
Quite annoying if you want to add two changes in the middle of the document and click the add button and need to scroll a few hundred lines of code down again. It is easier to use git add -p right now.
Reproduces without extensions: Yes

To be fair, I would actually prefer it if I could just add the diff patches without any jumping around, and that it just closes after each add. So maybe a setting to control its behavior?
Yeah... maybe closing after each add would be preferable.
@joaomoreno Is this still for January or can we move it to Feb?
When this gonna release
@ramya-rao-a Can you please tell us when this gonna be release?
@mifas As you can see, there is no fix done at the moment for this issue.
You are most welcome to give it a try. Am sure @joaomoreno can provide pointers as to where to get started.
It would probably be around this area: https://github.com/Microsoft/vscode/blob/master/src/vs/workbench/parts/scm/electron-browser/dirtydiffDecorator.ts#L677
Would you guys accept a PR that introduced a setting, eg jumpOnRevertChange = true that, when set to false, would prevent any jumping from happening?
No setting, just close the widget.
Most helpful comment
Yeah... maybe closing after each add would be preferable.