Alex Ross

Results 674 comments of Alex Ross

@k-qb Can you try setting `"remote.autoForwardPortsSource": "output"` and seeing if it still repros?

Since changing `"remote.autoForwardPortsSource": "output"` resolves your issue, I would suggest you keep using that setting or else try "remote.autoForwardPortsSource": "hybrid", which will do a better job of closing forwarded ports...

@lramos15 could you point me to how the explorer sorts files?

Interesting! I don't get that `(contributor)` part when adding the comment from the extension. I'm wondering if somehow your auth token is missing something. Do you go through your organizations...

@hnaganur do you have a button to "authorize" VS Code for your organization on that sign in page? If so, is it possible you skipped clicking on this "authorize" button...

What is the value of the setting `githubPullRequests.createDefaultBaseBranch`? We try to guess the "best" base branch by default.

@bpasero you just want to open github.com to the PR? I can add an action for this.

Originally reported here: https://github.com/microsoft/vscode-pull-request-github/issues/2426

The description provided by Copilot probably failed one of the checks we do to make sure it's reasonable, in which case we don't show it.

Delay was on me. I was reviewing and noticed an issue while doing so, and then I used this PR to investigate the issue I was seeing.