- Extension version: 0.58.1
- VSCode Version: 1.75.1
- OS: macOS Ventura 13.1
Steps to Reproduce:
- Open a pull request containing 300+ file changes in a single folder
- Click the checkbox on the folder to mark all 300+ files as viewed
- There will be error logs in the console and if you reload the editor or view the PR on github.com you'll see that not all files were marked as read
I suggest adding support for marking/unmarking a set of files as viewed so that's its a single API call instead of what I think is being done through lots of tiny calls.