vscode-pull-request-azdo icon indicating copy to clipboard operation
vscode-pull-request-azdo copied to clipboard

let user find the PR related to current branch easier and also open the actual file

Open mhamri opened this issue 7 months ago • 0 comments

I gave this extension a try again after a long time, shout out to you to keep updating and fixing bugs. connecting to azure went smoothly.

but the first issue I faced was, I needed to know PR number instead of branch name

image

as you can see in the picture here I have a lot of PRs, I want to open the PR out of the box or at least let me find a PR related to current branch I'm in easier

second issue is, I want to be able to open the file in this branch, but to my surprise the Open Original File doesn't open the file, but open the file before it get changes to review PR, I checkout to branch I want to review, I want linting and typescript run, I want to be able to press F12 and follow the code to see why some changes has made image

another issue is, if I add a console.log somewhere or the line number change, I can't view modified file anymore and if it opens + button to comment isn't there anymore

mhamri avatar Nov 24 '23 17:11 mhamri