Alex Ross

Results 674 comments of Alex Ross

I'm still not able to reproduce this issue. Is there some chance that you accidentally made the commits on `main` before creating a new branch?

This change breaks the file tree for PRs where the file that has been changed is at the root: ![image](https://github.com/microsoft/vscode-pull-request-github/assets/38270282/022fd343-7133-449f-9a26-69671076c92a) How it should look: ![image](https://github.com/microsoft/vscode-pull-request-github/assets/38270282/c25174c4-1bcc-4027-b9f4-0bb8c40a9fe6) Do you have an example...

@andreamah, in your clone of VS Code can you share the output of `git remote -v`?

There's no need to run `pr.startReview`, that command is just an implementation detail so that the text on a button is correct when you add your first comment to a...

> 1. focusing the input box of the PR's review view > 2. approving / requesting changes on the PR > 3. focusing the PR view > 4. focus issues...

Here's what we show when the CI hasn't yet completed/hasn't been reviewed: and when it's ready: I can certainly add the "This repository uses the merge queue..." text. Do you...

I don't understand the screen shot. Can you please elaborate?

I'm not able to reproduce this issue. Can you share a bit more about your setup? - Are you making a PR from a fork of the upstream repo? -...

Thanks for all the details! One more question: Is this PR from a fork to an upstream repo (i.e., are the base and compare branches in the same repo, or...

Awesome. Thank you for all the details. I can repro.