vscode-pull-request-github
vscode-pull-request-github copied to clipboard
GitHub Pull Requests for Visual Studio Code
# 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...
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:  Can we get it here:  Extension version: 0.103.2024121117 VS Code version:...
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...
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...
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