vscode/extensions/github-authentication
Copilot b2590e0b22
Fix FetcherService retrying with multiple fetchers on 429 and other application errors (#282100)
* Initial plan

* Fix FetcherService to not retry with other fetchers on 429 status code

Co-authored-by: TylerLeonhardt <2644648+TylerLeonhardt@users.noreply.github.com>

* Improve test robustness based on code review feedback

Co-authored-by: TylerLeonhardt <2644648+TylerLeonhardt@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: TylerLeonhardt <2644648+TylerLeonhardt@users.noreply.github.com>
2025-12-10 01:57:09 +00:00
..
images
media Redirect to vscode.dev/redirect and then vscode://.... (#254841) 2025-07-09 12:33:37 +02:00
src Fix FetcherService retrying with multiple fetchers on 429 and other application errors (#282100) 2025-12-10 01:57:09 +00:00
.gitignore
.npmrc chore: add npmrc to extensions folder (#230214) 2024-10-01 12:43:01 +02:00
.vscodeignore chore: rm unreached ignore items when build extensions. (#227906) 2024-09-09 10:32:51 +00:00
extension-browser.webpack.config.js Convert extension webpack scripts to modules 2025-08-07 17:20:22 -07:00
extension.webpack.config.js Convert extension webpack scripts to modules 2025-08-07 17:20:22 -07:00
package-lock.json chore: npm audit fix (#279437) 2025-11-25 20:29:09 +00:00
package.json Add prefer device flow config for GitHub auth (#271838) 2025-10-17 00:06:01 +00:00
package.nls.json Add prefer device flow config for GitHub auth (#271838) 2025-10-17 00:06:01 +00:00
README.md
tsconfig.json Don't use experimental decorators in extensions 2025-08-06 13:24:19 -07:00

GitHub Authentication for Visual Studio Code

Notice: This extension is bundled with Visual Studio Code. It can be disabled but not uninstalled.

Features

This extension provides support for authenticating to GitHub. It registers the github Authentication Provider that can be leveraged by other extensions. This also provides the GitHub authentication used by Settings Sync.