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

GitHub Pull Requests for Visual Studio Code

Results 551 vscode-pull-request-github issues
Sort by recently updated
recently updated
newest added

PR file context menus only showed "Open File on GitHub", which isn't useful for locally available files. Users needed a way to reveal PR files in their OS file explorer,...

GitHub's web interface now provides a shortcut to request reviews from Copilot. This PR adds the same capability to the VS Code extension. ## Changes **Backend** (`src/github/pullRequestOverview.ts`): - Added `addReviewerCopilot`...

When scrolling through long PRs or Issues, the header containing critical actions (Checkout, Refresh, etc.) disappears. This adds sticky positioning to keep the header accessible, matching GitHub.com's UX. **Scroll tracking**...

Notifications for user-created PRs were not being marked as done after the user merged them, particularly when bots had commented after the user's last action. ## Changes - **Added merge...

Trailing whitespace in `githubIssues.queries` configuration causes GitHub's search API to return different results, as shown in the screenshots where the same query with/without a trailing space displays different issues. ##...

In the Github Pull request web interface, there is now a shortcut button to request a review from the Copilot bot. ![Image](https://github.com/user-attachments/assets/ab444abe-6632-4941-8106-e4b2120c7aaa)

feature-request

``` Version: 1.100.0-insider (user setup) Commit: ecbbe26188235072fbde7b6f4fd2a0bd6a7c9909 Date: 2025-04-29T05:04:19.843Z Electron: 34.5.1 ElectronBuildId: 11369351 Chromium: 132.0.6834.210 Node.js: 20.19.0 V8: 13.2.152.41-electron.0 OS: Windows_NT x64 10.0.22635 ``` - Extension version: 0.109.2025042904 (pre-release) -...

bug

Testing #6833 Here is [an example](https://github.com/microsoft/winget-pkgs/pull/251563) that did not get marked as done when I invoked the action: * This is a PR that I created * There were several...

feature-request

Issue number links in the issue view header were not selectable, preventing users from copying the link text directly. ## Changes - Added `user-select: text` to `.overview-title h2 a` in...

Thanks for assigning this issue to me. I'm starting to work on it and will keep this PR's description up to date as I form a plan and make progress....