vscode/extensions/github-authentication
2021-11-12 11:05:57 +01:00
..
images Add icons for built-in extensions (fixes #81760) 2021-04-20 12:09:24 -07:00
src use tsconfig.json#include for vscode.d.ts and vscode.proposed.d.ts, enables to remove most ref.d.ts-files 2021-11-09 15:53:35 +01:00
.gitignore
.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
package.json use enabledApiProposals instead of wildcard property, also update compilation units to only include d.ts-files that are needed, https://github.com/microsoft/vscode/issues/131165 2021-11-12 11:05:57 +01:00
package.nls.json
README.md add useful readmes for the auth providers fixes #127688 fixes #127689 2021-07-06 15:43:59 -07:00
tsconfig.json use enabledApiProposals instead of wildcard property, also update compilation units to only include d.ts-files that are needed, https://github.com/microsoft/vscode/issues/131165 2021-11-12 11:05:57 +01:00
yarn.lock Bump axios 2021-11-11 13:59:22 -08: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.