Alex Ross

Results 455 comments of Alex Ross

I could repro the first time I connected to the Codespace, but not the second. The first time, there `git log` was incomplete. Example from another PR since I can...

Did some testing, and it looks like it takes about 2 minutes before we have full git commit history. Even if there's an event we can wait on, that's too...

Heard back from the Codespaces folks. The delay in getting the full commit history is by design and can't be sped up. Since waiting 2 minutes for the repo to...

@alexciesielski have you tried pressing the `.` key while on a PR page on github.com? It opens VS Code in your browser with this extension. Note that this is running...

There must be something we can do from the extension to help with this. Will continue to investigate in November.

@yin1999 I'm still seeing the `git` protocol in your first video: ![image](https://user-images.githubusercontent.com/38270282/193817146-1e618748-a7cc-45e3-aee6-8f506a8b341d.png)

Thanks for the explanation! I tested again with a rebase to bring in the latest changes, and I get the correct format: ``` [remote "upstream"] url = [email protected]:microsoft/vscode-pull-request-github.git fetch =...

@TylerLeonhardt we also saw this with on @joaomoreno machine with VS Code. A log out and log back in solved it.

I've hit this now too. The error doesn't occur when calling the auth extension API. Instead, it happens when I try to use the auth token returned from the API...

@cbrnr where you opening lots of windows or reloading the window a lot before you saw the rate limit error? We shouldn't be hitting that rate limit, but once it's...