vscode-pull-request-github
vscode-pull-request-github copied to clipboard
GitHub Pull Requests for Visual Studio Code
No duplicates. A permalink URL to a pull request comment made on a pull request accessible via the vscode interface. Currently to access a permalink to a comment the link...
Notice in the following recording how I have 2 PR notifications but the UI isn't clear on how I can find them: https://user-images.githubusercontent.com/22350/185360944-ebd435c7-8e65-4c51-96ea-8fce8b7bddd9.mp4
The git protocol is not supported by GitHub, see: https://github.blog/2021-09-01-improving-git-protocol-security-github/ When we use this extension in a repo which is using ssh protocol (such as: `[email protected]:microsoft/vscode-pull-request-github`), the upstream will be...
I will often browse/tweak PR branches in the regular file view, I would find it so much more useful if the grey bar extended to only the lines that were...
I have the following keybindings to make it quick to jump between git diffs in the active file without touching the mouse: ```json { "key": "alt+f3", "command": "workbench.action.editor.nextChange", "when": "editorTextFocus"...
- Extension version: 0.80.1 - VSCode Version: 1.86.2 - OS: W11 Pro - Repository Clone Configuration (single repository/fork of an upstream repository): single repository - Github Product (Github.com/Github Enterprise version...
When doing a code review sometimes it's necessary to add several not related comments to a single line of code. Each of those should be resolvable separately. At the moment...
I confused the extension with a complicated series of branch switching, rebase --abort, rebase... eventually I created a PR from the branch `roblou/chatFileReference` but there were two problems - The...
- Extension version: 0.80.1 - VSCode Version: 1.87.0-insider (c11a2dd4d52e38cb92b8c464f47a7b02bb7c8762) - OS: macOS 14.3.1 - Repository Clone Configuration (single repository/fork of an upstream repository): - - Github Product (Github.com/Github Enterprise version...
Type: Bug I am opening a folder on a remote computer (Ubuntu 22.04) using the Remote SSH extension. The folder I am opening is a git repository which has checked...