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

Users can mark a draft PR as ready for review but cannot revert it back to draft. This adds symmetry to the workflow. ## Changes **GraphQL layer** - Added `ConvertToDraft`...

The `githubPullRequests.createOnPublishBranch` setting previously supported only "never" and "ask" options. Users requested an "always" option to automatically create PRs on branch publish without prompting. ### Changes - **Configuration** (`package.json`): Added...

The custom JSDoc tag `@effect` was incorrectly triggering GitHub user hovers, linking to https://github.com/effect instead of being treated as documentation. ## Changes - Added `'effect'` to `JSDOC_NON_USERS` array in `src/common/user.ts`...

Opening the same PR multiple times can leave outdated multidiff editors open with stale base content. These editors should be closed when the PR is refreshed. ## Implementation Since `TabInputMultiDiff`...

Description generation was only available during PR creation. Users editing existing PR descriptions had no way to invoke AI-generated descriptions. ## Changes **UI** - Added sparkle icon to PR description...

# Overview When marking a file as viewed through the editor menu bar or keybinding, the file would automatically close. This behavior differed from using the tree view checkbox, which...

I would love to have a similar UI in the view to create a PR: It anyway seems description input box is too large:

feature-request
upstream

I have assigned a simple feature to the Copilot Coding Agent to implement list filtering. It implemented the feature (with bugs) and created a draft PR with some screenshots. The...

bug
info-needed

Right-clicking the gutter to copy a permalink as markdown produced unpredictable link text because `getMarkdownLinkText()` used the editor selection, which doesn't change on gutter clicks. **Changes** - Extended `PermalinkInfo` to...