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

# Related PRs - https://github.com/partcad/partcad/pull/228/files # Summary Type: Bug Neither using "Resolve Conversation" nor context menu in the `Comments` panel marks comment as resolved, but logs tell me that it...

bug

When invoking "Fix with Copilot" or "Summarize with Copilot" on multiple issues, all suggestions were appended to the same chat session, making navigation difficult as the conversation grew. ## Changes...

Type: Feature Request Select copilot as a reviewer from the pull request page. Like this on github: ![Image](https://github.com/user-attachments/assets/17549fb0-e22f-4abc-afbf-ba4bb822cff4) Can we get it here: ![Image](https://github.com/user-attachments/assets/50cf0279-c715-48c0-b160-4bfd96691af7) Extension version: 0.103.2024121117 VS Code version:...

feature-request

This is a feature request to change the behaviour of the `collapseAll` mode so that comments you just created do not automatically collapse. I my opinion, `collapseAll` should only apply...

feature-request

Adds `githubIssues.assignToMeOnCreate` setting to automatically assign the current user when creating issues from TODO/FIXME comments via code actions. ## Changes - **New setting**: `githubIssues.assignToMeOnCreate` (default: `false`) - Controls automatic assignment...

Adds `githubPullRequests.queries.refreshInterval` setting to automatically refresh pull request queries at a specified interval (in minutes). Setting to `0` disables auto-refresh. ### Changes - **Configuration** (`package.json`, `package.nls.json`) - New setting: `githubPullRequests.queries.refreshInterval`...

Testing #6321 - select an issue and invoke 'Fix with Copilot'. Quick chat opens and proposes something - select a different issue and invoke 'Fix with Copilot'. Quick chat adds...

feature-request
under-discussion

In multi-root workspaces, temporary file URIs for PR diffs used the first workspace folder path instead of the correct one matching the repository. Example: ``` Workspace with roots A and...

## Plan: Map metadata from issue templates to NewIssue.md - [x] Understand current implementation - [x] Review issue template parsing in `getDataFromTemplate` - [x] Review `IssueTemplate` interface in `util.ts` -...

Testing #6329 It seems like the notifications are only update on manual refresh. It would be nice if the extensions would periodically update the notifications

feature-request
notifications-view