microsoft / vscode-pull-request-github

GitHub Pull Requests for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=GitHub.vscode-pull-request-github
MIT License
2.3k stars 575 forks source link

Comments not visible in private PR #6066

Open scarf005 opened 3 months ago

scarf005 commented 3 months ago

Steps to Reproduce:

  1. Create a private repo.
  2. as user A: Create a PR.
  3. as user B: Create a review comment.
  4. as user A: open VSCode, go to Github Pull Request tab, check comment made by user B.
image image
  1. despite having comment text (as seen in edit menu), it is not visible.

extension log: github-pull-request.log

alexr00 commented 3 months ago

I'm not able to repro this. Can you share the text of the comment? We do a bunch of processing on the comment to make it display nicely, and I suspect that it's going wrong and we're not displaying it at all.

Louis-udm commented 2 months ago

I get the same problem, sometimes the comments appear and sometimes disappear, still dont know the rule.