Alex Ross

Results 671 comments of Alex Ross

@CombeeMike thanks for all details, they might help someone else who comes across this issue. Some other thoughts: - The extension could suggest that you might be using the wrong...

The only option until we have https://github.com/microsoft/vscode/issues/127967 is to sign out of the account you don't want to use. As suggested [here](https://github.com/microsoft/vscode/issues/127967#issuecomment-2065442516) you could use VS Code Insiders for one...

We define an initial size, but one the views have been shown this gets overwritten and can result on bad sizing across different displays. Upstream issue: https://github.com/microsoft/vscode/issues/175270

There is currently no way to do this, but it makes sense as a feature request!

@bamurtaugh that string ("add ActionWidgetService Live Share Session Comments") appears to be coming from Live Share.

@joyceerhl do you mean that `github.api.preloadPullRequest` is not executed? I tried this out on desktop and that's what I see (`github.api.preloadPullRequest` isn't executed). I don't think there's anything I can...

@joyceerhl before I make this change: is there any plan to remove the window reload when checking a branch on desktop, since that would also solve this issue?

> Alternatively, does GHPRI have code to check whether there is a PR associated with the current branch so it can independently decide to open the PR view even if...

Passing `pr/origin/` to the `checkout` call would be a breaking change since that wouldn't be referencing a branch that exists on desktop. I'll try the proposal outlined in https://github.com/microsoft/vscode-pull-request-github/issues/4047#issuecomment-1344058790

We periodically look at the most upvoted issues in the repo when considering what work to do next, so giving a 👍 can help. This item depends on adding API...