-
Notifications
You must be signed in to change notification settings - Fork 600
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments don't show on non-checked out PR when closing and re-opening the file from the PRs veiw #6571
Comments
This might actually be a bug? Sometimes I can see the comments and sometimes I cant see the comments when opening the file from the pull requests panel. (the editor says It seems like the first time I open the file after restarting VsCode, the comments are visible, but if I close and re-open the editor tab, they disappear and never come back until I restart vscode. I've tried with both insiders ( |
It is a bug, and apparently it's been around for nearly a year. Thanks for reporting! |
… the file from the PRs veiw Fixes #6571
To verify:
|
When working on stacked PRs it's common to want to address comments on a lower PR in the stack while having the branch from a higher PR checked out.
At the moment it seems that GithubPullRequests extension will not allow this even when a PR file or diff is opened in preview mode from the Pull Requests sidebar.
IMO the comments should still appear in these editor windows at the very least, and ideally in any file with comments.
The text was updated successfully, but these errors were encountered: