Feature Request: Git Diff/Undo from gutter #17017
Labels
diff-editor
Diff editor issues
*duplicate
Issue identified as a duplicate of another issue(s)
feature-request
Request for new features or functionality
Milestone
Hello
vscode 1.7.2
VSCode displays changed lines in the gutter. However to 'undo' a change, we have to first stage all the changes we want, and then undo whatever is left.
However this requires many clicks and context changes.
In Visual Studio I have an extension that allows me to undo lines/hunks by clicking that git gutter decoration:
I do not think it is possible to create a similar extension because there is no public api to hook the click event. So I am requesting it either be integrated into VS, or expose click events as an API.
The text was updated successfully, but these errors were encountered: