vscode-pull-request-github
vscode-pull-request-github copied to clipboard
Allow editing the right half of PR's diff editor without having to check out PR
It'd be super nice to be able to propose changes by editing the left half of the diff editor for a PR.
Or at least a way to open the file for editing on a certain line. Currently, if you want to address a comment on your PR, you have to manually find the same file and manually go to the referred line.
We now show a message prompting you do check out the PR if you want to make changes. We also support GitHub's "make a suggestion" flow.