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

This is for when a PR is not yet created: ![Image](https://github.com/microsoft/vscode-pull-request-github/assets/900690/3d0755bf-b60e-4be4-8ba4-5bc62089ac42) Would be nice if the right hand side was editable. This would essentially allow me to diff all my...

feature-request

Opening the same PR again can result in outdated multidiff editors as the left can become out of date. These should be closed when the PR is opened.

bug
upstream/vscode

Improve handling for renamed files Currently when I click on a `png` file that's listed as `R` (which is apparently a `Renamed` file), I get: Ideally: * I should be...

Type: Bug ## Reproducible Steps 1. Add ` "githubPullRequests.defaultMergeMethod": "squash"` to `settings.json`. 1. Assign a keybinding to `pr.merge` command like below: ```json [ { "key": "ctrl+shift+g ctrl+shift+m", "command": "pr.merge", "when":...

Type: Bug ## Reproducible Steps 1. Assign a eybinding to `pr.deleteLocalBranchesNRemotes` command like below: ```json [ { "key": "ctrl+shift+g delete", "command": "pr.deleteLocalBranchesNRemotes", "when": "!isMac" }, { "key": "cmd+shift+g delete", "command":...

info-needed

Type: Bug ## Reproducible Steps 1. Add a keybinding to `review.approve` command like below: ```json [ { "key": "ctrl+shift+g ctrl+shift+a", "command": "review.approve", "when": "!isMac" }, { "key": "cmd+shift+g cmd+shift+a", "command":...

Discussing with @hediet and we found some things that could significantly improve outdated comments: - Add some indicator in the comment widget that the comment is outdated - When clicking...

feature-request

Currently it looks like this: ![Image](https://github.com/microsoft/vscode-pull-request-github/assets/2931520/cbbefcd1-d7fd-4dee-8e30-bbebbbc5e4ed) I think it would be nice if it looked like this when there is enough horizontal space: ![Image](https://github.com/microsoft/vscode-pull-request-github/assets/2931520/650bd0f0-d29f-4e15-958d-3388ae8260fc) [I think I lose some mental...

under-discussion

VS Code now supports setting an icon name for the editor tab icon. It would be nice to show the `pr` icon instead of the generic text file one.

ux
polish

The "No projects" label could also use the inactive text colour.

ux
polish