vscode-pull-request-github
vscode-pull-request-github copied to clipboard
GitHub Pull Requests for Visual Studio Code
- Extension version: `v0.44.0` - VSCode Version: `1.68.1` - OS: `MacOS Monterey` Steps to Reproduce: 1. Checkout a Pull Request 2. Try to leave a comment, there is no button...
In focus mode we automatically show the first diff. We should only do this for text files, otherwise I get: 
 what is relation between right-arrow and check-out?
Fixes https://github.com/microsoft/vscode-pull-request-github/issues/2201 now you can see the commits without checking out So I decided to use `files` folder and `commit` folder. 
When configuring GitHub to "Automatically delete head branches" like in here -  After every merge/squash from the extension, the head branch is deleted...
It would be nice to have counter badge on each panel (and sub-panel) for issues and PRs. I don't know if you load them all at once or in a...
Testing #3657 On MacOS. Using: https://github.com/greazer/covid-19-data. 1. I created a new branch called "automerge2" 2. I trivially modified the first cell SampleNbsAndScripts/myanalysis_plotly.ipynb 4. I checked in the change and published...
 Would love to be able to 1. visually distinguish handles in comment text, and 2. click on the handle, just like on GitHub.com.
Currently, we have to click on the "Refresh" button in order to view the latest changes. In contrast, viewing the PR on the GitHub website auto-updates e.g. the status of...
From @sandy081: When there is only 1 commit in a PR then doing a squash still preserves commit history and then we don't pollute commit history with unneeded merge commits.