vscode-pull-request-github
vscode-pull-request-github copied to clipboard
GitHub Pull Requests for Visual Studio Code
It would be nice to be able to right click a comment in the comments panel to resolve it. This is especially useful when the file got deleted in which...
Fixes #5277
@alexr00 the recording will make this clearer. @jooyoungseo was surprised to find that PR view lacked headings that [github.com](http://github.com/) has (this is bc it’s a tree view) We tried the...
When working through a review, I like to resolve conversations with one commit per conversation request. Right now the workflow is pretty cumbersome, I create the commit via vscode source...
- Extension version: v0.78.1 (built-in) - VSCode Version: GitHub CodeSpace - OS: CodeSpace `"image":"mcr.microsoft.com/devcontainers/universal:2"` - Repository Clone Configuration: single repository: - Github Product Github.com/Github : ## Problem: The following query...
Hi, - Extension version: v0.79.2024011609 Pre-Release - VSCode Version: 1.85.2 (user setup) - OS: Windows 11 - Repository Clone Configuration (single repository/fork of an upstream repository): - Github Product (Github...
Type: Feature Request I appreciate the auto-PR description powered by Copilot in the settings: ```json { "githubPullRequests.pullRequestDescription": "Copilot" } ``` I was wondering if this could adhere to PR template...
- Extension version: `v0.70.0` - VSCode Version: `1.82.0-insider` - OS: macOS 13.5 (22G74) Steps to Reproduce: 1. Have a remote like this (in my case, it's accessible only behind VPN,...
Type: Feature Request CC @meganrogge Keyboard users can directly jump to the comment tree via `workbench.action.focusCommentsPanel` command where users can collaps and expand each comment one by one. To make...