Refs: #363
Complexity: 3
Create Issue
This feature adds a button in the tree view of Pull Requests which have a change since the viewer himself has reviewed the PR. When switching into that mode for the PR, it will display only the new changes since the viewer's review.
- Install the pre-release build of GitHub Pull Requests and Issues with Insiders
- Open a folder containing a GitHub repository in VS Code
- Review somebody else's Pull Request (with the extension or GitHub)
- Get somebody else to commit to that Pull Request
- Checkout the branch belonging to the PR
- An Icon should appear on the right of the PR node in the local PR view.
- Press on the button. The icon of that button should change.
- The files below the pull request should only display the files which were affected by the changes after the last review.
- Press on the diff file. It should only display the changes since the review and not all changes.
- Press on the icon as before (Step 7 but different Icon). The Icon should switch back and the contents of the open diff file should close and reopen with all changes from the PR (not only the ones since the review)
- Repeat from Step 5 but checkout a different branch (not belonging to the PR) and test it on the All Pull Requests view. The button will be located on the right of the Description node of that PR.
Refs: #363
Complexity: 3
Create Issue
This feature adds a button in the tree view of Pull Requests which have a change since the viewer himself has reviewed the PR. When switching into that mode for the PR, it will display only the new changes since the viewer's review.