Alex Ross
Alex Ross
Here's what I see:  Can you share a gif of what you're seeing?
Can you share a link to the PR you're seeing this with? I'm not able to reproduce it.
Got a link offline. It turns out that the images in that PR are `img` tags and not markdown images. We only support markdown images, so these images don't render....
The PR description page directly uses GitHub's HTML for the comment so it renders fine there. The comment only supports makrdown though, and `img` isn't included in that support. I...
The command "Go to Next Diff in Pull Request" will go to the next diff across files. The command "Mark File as Viewed" will mark the active file as viewed....
What's missing is a way to run one command to mark as viewed and go to the next file.
"Go to Previous Diff in Pull Request" is already available in the pre-release build. We do indeed only show the commands when the file is a text diff. I can...
We need the optimistic UI otherwise you'll see a pretty dramatic flicker. I can see where we're supposed to be showing an error notification when creating the comment fails. It...
@yoavbls any chance that you can still reproduce the issue and are willing to share some logs? If so, can you `"githubPullRequests.logLevel": "debug"`, reproduce the issue, then share the Output...
@kuzdogan thanks for the logs! Can you remember which line you were trying to comment on?