vscode/extensions/github-authentication
Tyler Leonhardt 3ed425bef9
Rework github authentication extension to make less HTTP requests.
Co-authored-by: Eric Amodio <eamodio@users.noreply.github.com>
2021-07-22 17:25:59 -07:00
..
images Add icons for built-in extensions (fixes #81760) 2021-04-20 12:09:24 -07:00
src Rework github authentication extension to make less HTTP requests. 2021-07-22 17:25:59 -07:00
.gitignore Add GitHub authentication provider extension, closes #90384 2020-02-20 10:56:16 -08:00
.vscodeignore add useful readmes for the auth providers fixes #127688 fixes #127689 2021-07-06 15:43:59 -07:00
extension-browser.webpack.config.js use shared webpack config for browser 2020-06-25 23:30:00 +02:00
extension.webpack.config.js Add GitHub authentication provider extension, closes #90384 2020-02-20 10:56:16 -08:00
package.json adopt web extensions to webpack 5 2021-07-08 21:41:03 +02:00
package.nls.json Add GitHub authentication provider extension, closes #90384 2020-02-20 10:56:16 -08:00
README.md add useful readmes for the auth providers fixes #127688 fixes #127689 2021-07-06 15:43:59 -07:00
tsconfig.json Use more standard name for shared extension tsconfig 2021-04-12 15:58:38 -07:00
yarn.lock adopt web extensions to webpack 5 2021-07-08 21:41:03 +02: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.