vscode/extensions/github-authentication
Devraj Mehta 87ed97df8b
Use Electron fetch or Node fetch for github-authentication to support proxies (#238149)
* Attempt to use Electron fetch for github-authentication

Also changes fallback from node-fetch to the built-in Node fetch

* Remove Content-Length header Electron compatibility

It looks like it was set incorrectly to the body contents anyways.
2025-01-17 19:05:10 +00:00
..
images Add icons for built-in extensions (fixes #81760) 2021-04-20 12:09:24 -07:00
media more accurate naming of pages 2022-04-27 15:40:41 -07:00
src Use Electron fetch or Node fetch for github-authentication to support proxies (#238149) 2025-01-17 19:05:10 +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
README.md add useful readmes for the auth providers fixes #127688 fixes #127689 2021-07-06 15:43:59 -07:00
extension-browser.webpack.config.js Try to revoke tokens that are getting deleted 2023-07-17 14:12:10 -07:00
extension.webpack.config.js Depend on platform implementations for common features (#165950) 2022-11-09 14:29:21 -08:00
package-lock.json Update telemetry package (#236378) 2024-12-17 20:12:49 +01:00
package.json Update telemetry package (#236378) 2024-12-17 20:12:49 +01:00
package.nls.json
tsconfig.json Finalize getAccounts API (#224877) 2024-08-05 11:59:33 -07:00

README.md

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.