Alex Ross

Results 455 comments of Alex Ross

@cbrnr I added a lot of rate limit logging in the pre-release version of the extension. If you see the rate limit error again, could you please share the output...

There is the setting `githubPullRequests.overrideDefaultBranch`, which lets you override the default branch for the repo.

@lszomoru the issue appears to be that I am comparing the URI that the extension host understands (`file://workspaces/vscode`) with the URI that the renderer/local extension host understands (`vscode-remote://codespaces...`). I'm getting...

@lszomoru should `scmProviderRootUri ` transform the URI or should a new context value be introduced?

Let's tackle this in for September. We will disable notifications by default before releasing.

> Codelens or refactoring entry for TODO-like comments. We have this! https://github.com/microsoft/vscode-pull-request-github/blob/b5b9480c6e275841dacab5955a7bc2db9c40bf59/documentation/IssueFeatures.md#code-actions It will even assign the issue to a user @ mentioned on the line, add a permalink to...

Can you share the output from `git remote -v`?

@digitarald a few questions: - Did the "Changes in Pull Request" view (in the GitHub Pull Request view container) load ok? - Was the issue just that the PR wasn't...

@digitarald I can't reproduce this issue. Can you: 1. Set `"githubPullRequests.logLevel": "debug"` 2. Repro the issue 3. Share the output from "GitHub Pull Request"?