microsoft / vscode-pull-request-github

GitHub Pull Requests for Visual Studio Code

Home Page:https://marketplace.visualstudio.com/items?itemName=GitHub.vscode-pull-request-github

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allow to open PR on web from PR view when showing multiple

bpasero opened this issue Β· comments

Here I really miss a way to click on the 🌐 icon to open the PR externally:

image

@bpasero you just want to open github.com to the PR? I can add an action for this.

Yeah like this one:

image

Hey there. I would like to contribute to this project and this issue would be a good starting point.

I have build the extension locally. For opening the pr on github, we can modify the menus -> view/item/context to use the existing pr.openPullRequestOnGithub command in package.json file.

Screenshot 2024-05-27 211734

Screenshot 2024-05-27 210617

I am happy to send a pull request with the required changes.