ankitbko / vscode-pull-request-azdo

Azure Devops Pull Requests for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=ankitbko.vscode-pull-request-azdo
MIT License
65 stars 23 forks source link

Diff shown only when reviewing my own PR #39

Closed ShaniFelig closed 3 years ago

ShaniFelig commented 3 years ago

Steps to Reproduce:

  1. On the left toolbar click "All Active" to see the PRs that are open and waiting for review
  2. select a PR from the list that is not your own
  3. select a file that has been modified

What I expect to see is the file before the changes on the left (lines that were changed marked in red), and the file with the changes on the right(lines that were changed marked in green). That is what I get when I select my open PR to review, like in this example: image

But when I select any PR that is not my own I get the same version of the file on the left and on the right, without the diff displayed. Example: image

ankitbko commented 3 years ago

Checked with Shani offline. The issue was resolved after doing git fetch