## Versions - GitHub Extension for Visual Studio version: 2.8.0 - Visual Studio version: All ## What happened I opened a pull request review and clicked on link to an outdated comment. Nothing happened. ### Steps to Reproduce Steps to reproduce the behavior: 1. Open `github/VisualStudio` pull request 2241 on GitHub pane 2. Click on `Reviewers > jcansdale` 3. Expand `Outdated comments` 4. Click on one of the outdated comment links 5. Nothing happens ### Expected behavior File diff appears with selected comment. If this can't be made to work, maybe we could open the comment on dotcom? ### Screenshots  ### Research The issue appears to be that that the `PullRequestSessionFile` doesn't have any associated `InlineCommentThreads`. 
Versions
What happened
I opened a pull request review and clicked on link to an outdated comment. Nothing happened.
Steps to Reproduce
Steps to reproduce the behavior:
github/VisualStudiopull request 2241 on GitHub paneReviewers > jcansdaleOutdated commentsExpected behavior
File diff appears with selected comment.
If this can't be made to work, maybe we could open the comment on dotcom?
Screenshots
Research
The issue appears to be that that the
PullRequestSessionFiledoesn't have any associatedInlineCommentThreads.