Alex Ross
Alex Ross
@ldelossa some pointers. I recommending reading to the end before diving in as there's some potentially bad news at the bottom. This is where we create comments (see the calls...
We do use both already in this extension. The GraphQL API is just newer and sometimes faster, so we always try to use that. If there's a way to add...
Comments appear in a file based on whether the resource (uri) of the file matches that of the comment. Comment threads for commits should already be created here: https://github.com/microsoft/vscode-pull-request-github/blob/90708caa29d35590cf779ceed2363707cfc43913/src/view/reviewCommentController.ts#L86-L107 The...
@ldelossa no, we never try to do that. We don't try to get comments per commit, rather we get all the comments associated with the PR, some of which may...
No plans to address this right now. I use "on deck" to mean "if I have time after my planned work then this is what I will work on".
I think I fixed this. If you're still seeing it please reopen.
GitHub Enterprise support in this extension has changed significantly since August. Will re-open if there are more reports!
Closing since we don't have debug level logs. Please do ping the issue if you see again!
> the pull request panel got stuck for a while before showing, so could be related What did you see in the "create" view when it was stuck?
Thanks @unional. The "Loading..." while we fetch the content to show in the view is expected.