vscode-pull-request-github
vscode-pull-request-github copied to clipboard
GitHub Pull Requests for Visual Studio Code
Related to scenario described here: #3513 >I am in the process of reviewing a change to over 200 files. (yes, I know...) > >I run VSCode with `"workbench.editor.enablePreview": false` (yes,...
- Extension version: - VSCode Version: - OS: Steps to Reproduce: 1. `git clone [email protected]:microsoft/vscode-pull-request-github.git` 2. `cd vscode-pull-request-github` 3. `code .` 4. Click to view GitHub extension 5. Click to...
Would be nice if the description field for new PRs supported the same keyboard shortcuts as textareas on GitHub. In particular, I'm missing the ability to hit cmd + e...
- Extension version: GHPRI Nightly, v2021.3.42303 - VSCode Version: Codespaces Version: 1.55.0-insider Commit: c185983a683d14c396952dd432459097bc7f757f Date: 2021-03-30T12:43:45.267Z Browser: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.82 Safari/537.36 -...
Issue Type: Bug When I open a file in the "Commits" section of the sidebar, and that file has PR-comments created on the GitHub website (see #2793, #3266), the "padding"...
- Extension version: v0.40.0 - VSCode Version: 1.66.2 - OS: Linux x64 5.11.0-37-generic snap - Version: 1.66.2 Commit: dfd34e8260c270da74b5c2d86d61aee4b6d56977 Date: 2022-04-11T07:49:24.808Z Electron: 17.2.0 Chromium: 98.0.4758.109 Node.js: 16.13.0 V8: 9.8.177.11-electron.0 OS:...
In the GitHub PR UI when looking at the diff view you are able to see both user-generated comments as well as code scanning alerts (see below). Currently the extensions...
Since the extension is available for VSCodium as well, please support Github authentication/authorization to use the extension effectively. Unless this is done ,the extension doesnt work on VSCodium. [You may...
Not sure if this is a feature request for VS Code or this extension. GitHub shows an image diff when a PR contains an updated image, e.g. https://github.com/Artur-/screenshot-public/pull/1/files?short_path=4ee84a8#diff-4ee84a82b5e4c9e6651b13fd27dcf615e427ec584929f2cef7167aa99151a77a ![Screenshot 2021-08-19...
If possible, I like to review PRs commits by commit. I d like to be able to check out these commits one by one, see what has changed and be...