You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
VSCode Workspace with 2 folders, each one is a repository with a separate PR to manage
GitHub Product: GitHub.com
Steps to Reproduce:
Open "GitHub" extension panel on left sidebar, correctly see two folders and the PR waiting for my review
Use "Checkout Pull Request" icon on right side of the listed PR for the first folder
VSCode automatically opens "GitHUb Pull Request" panel listing changes in the checked out PR
Opening the diff view for a file, I am able to comment each modified line of the file
Since the two PR are related, proceed to checkout also the PR on the second folder
VSCode agains opens "GitHUb Pull Request" panel, which now lists both the first and the second PR file changed, but now, only files from the second folder (the last PR checked out) allow to insert comments: the "+" icons on file diff of the first PR became non responsive
Steps to Reproduce: