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
64 stars 23 forks source link

Security and Usability error #60

Open emb03 opened 2 years ago

emb03 commented 2 years ago

Steps to Reproduce:

  1. Install Extension 2.Sign in
  2. Refreshed PR List and could see my PRs
  3. Closed app, reopend
  4. PR say 0 for all
  5. Refresh PR List says "fetching pull requests failed (401)
emb03 commented 2 years ago

I removed Azure Repo extension and now I am not getting fetch errors, but getting this: [Extension Host] (node:17674) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.

ankitbko commented 2 years ago

This should be coming from one of the dependencies. I will check. Thank you for reporting this. But please confirm if you are able to fetch PRs now.

emb03 commented 2 years ago

This should be coming from one of the dependencies. I will check. Thank you for reporting this. But please confirm if you are able to fetch PRs now.

When I refresh I don't get the unable to fetch error now, but there are no open PRs to check if this is working yet and everything says zero.

emb03 commented 2 years ago

image

Seems to be working now. I can see PRs assigned to me, but I still don't know how to locate conflicts easily. Everything is red and there seems to be no color or icon to identify conflicts easily.

image