vscode-pull-request-github icon indicating copy to clipboard operation
vscode-pull-request-github copied to clipboard

Conflict view only shows the first conflicted file

Open deepak1556 opened this issue 1 year ago • 2 comments
trafficstars

Testing #5939

Using the following PR https://github.com/electron/electron/pull/37582 for testing with insiders.vscode.dev

https://github.com/microsoft/vscode-pull-request-github/assets/964386/3573b2e2-a235-4a8b-9cf6-925d300c5456

deepak1556 avatar Apr 23 '24 09:04 deepak1556

GitHub's API only returns the first 300 file changes and doesn't provide a way to paginate 😢.

The only thing I can think to do is read the entire .diff file to tell which files have changed.

alexr00 avatar Apr 23 '24 10:04 alexr00

Let's wait until there's GitHub API that will let us solve this more reasonable.

alexr00 avatar Apr 26 '24 12:04 alexr00