vscode-pull-request-github
vscode-pull-request-github copied to clipboard
GitHub Pull Requests for Visual Studio Code
This is for when a PR is not yet created:  Would be nice if the right hand side was editable. This would essentially allow me to diff all my...
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.
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":...
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...
Currently it looks like this:  I think it would be nice if it looked like this when there is enough horizontal space:  [I think I lose some mental...
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.
The "No projects" label could also use the inactive text colour.