vscode-pull-request-github
vscode-pull-request-github copied to clipboard
GitHub Pull Requests for Visual Studio Code
Here's what happened: - I had some local changes - I checked out out a PR through the extension - It was a shallow clone (so I saw a single...
My institution is running an old installation of GitHub Enterprise that doesn't have the `workflow` scope, so I can't create a Personal Access Token with this scope. Is it possible...
Currently, individual files can be marked as "viewed" in GitHub Pull Requests, and the extension properly shows a "check mark" icon next to those files. It would be nice, for...
```bash ❯ git remote --v origin [email protected]:myuser/some-repo.git (fetch) origin [email protected]:myuser/some-repo.git (push) origin-https https://github3.abcd-comp.com/my-org/some-repo.git (fetch) origin-https https://github3.abcd-comp.com/my-org/some-repo.git (push) upstream [email protected]:my-org/some-repo.git (fetch) upstream [email protected]:my-org/some-repo.git (push) ``` With the repo configuration as above,...
For the GitHub notifications we need an indication of a notification belonging to a PR in addition to the highlighted color. Here are two examples for right aligned notification badges:...
Issue Type: Bug I noticed that any comments I added to Pull Requests didn't show up in GitHub. I checked the plugin details page and found this: > Uncaught Errors...
It'd be great to be able to see the build status in the PR list. I'm going to try to do it with filters, but an icon next to a...
- Extension version: `v0.46.1` - VSCode Version: `Version: 1.69.2` - OS: `macOS 11.6.8 (Big Sur)` Steps to Reproduce: 1. Switch to a new branch from, say, `develop ` - `git...
I often have to review large PRs which include both, server & client code, where I'm only interested in the client code. In such situations, I always start by marking...