vscode-pull-request-github
vscode-pull-request-github copied to clipboard
GitHub Pull Requests for Visual Studio Code
VSCode extension only recognized Markdown (.md) issue templates, forcing users to maintain duplicate YAML templates for GitHub Web and Markdown templates for the extension. ## Changes **Template Discovery** (`folderRepositoryManager.ts`) -...
Commit SHAs referenced in PR comments appear as plain text in the file view, while they're correctly hyperlinked in the PR description view. **Root cause**: PR description uses GitHub's pre-processed...
Users need to automatically set PR titles from branch names to preserve ticket numbers embedded in branch names for automation workflows. Previously, only commit messages, templates, or Copilot-generated titles were...
In multi-repo workspaces, the PR header displays `theking2:main from theking2:reduce-logging`, making it unclear which repository the PR targets. ## Changes - **GraphQL queries**: Added `name` field to `headRepository` and `baseRepository`...
Type: Bug I have a PR checked out in the root directory of my VS code workspace. Sometimes (I'm not sure exactly the conditions for this happening, but it happens...
When a branch's upstream is set to a non-GitHub remote (e.g., `origin` pointing to an internal git server), `getOrigin()` throws `BadUpstreamError` even when valid GitHub remotes are configured via `githubPullRequests.remotes`....
 This pull request was made in workspace with mutliple projects all being repos. The screen is not clear where the pull request was created or which changes were made....
Type: Bug 1. Have a keybind with a `when` expression which is not supposed to trigger when an input element has focus, such as the following: `!editorTextFocus && !inputFocus ||...
I found this [issue](https://github.com/microsoft/vscode-pull-request-github/issues/906) where it's stated that this [PR](https://github.com/microsoft/vscode-pull-request-github/pull/1366) allows people to select in the settings that default title for the PR is taken from branch, what is the...
Type: Bug I have two remotes configured: - github, that points to github - origin, that points to another git server. I have configured my .vscode/settings.json to include: ```json {...