add useful readmes for the auth providers fixes #127688 fixes #127689

This commit is contained in:
Tyler Leonhardt 2021-07-06 15:43:55 -07:00
parent 7acbd6a083
commit e09ee35542
No known key found for this signature in database
GPG key ID: 1BC2B6244363E77E
3 changed files with 8 additions and 2 deletions

View file

@ -7,4 +7,3 @@ extension.webpack.config.js
extension-browser.webpack.config.js
tsconfig.json
yarn.lock
README.md

View file

@ -4,4 +4,4 @@
## Features
This extension provides support for authenticating to GitHub.
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.

View file

@ -0,0 +1,7 @@
# Microsoft 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 Microsoft. It registers the `microsoft` Authentication Provider that can be leveraged by other extensions. This also provides the Microsoft authentication used by Settings Sync.