vscode-pull-request-github
vscode-pull-request-github copied to clipboard
Conflict view only shows the first conflicted file
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
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.
Let's wait until there's GitHub API that will let us solve this more reasonable.