Skip to content

Commit

Permalink
add useful readmes for the auth providers fixes microsoft#127688 fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerLeonhardt committed Jul 6, 2021
1 parent 7acbd6a commit e09ee35
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
1 change: 0 additions & 1 deletion extensions/github-authentication/.vscodeignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,3 @@ extension.webpack.config.js
extension-browser.webpack.config.js
tsconfig.json
yarn.lock
README.md
2 changes: 1 addition & 1 deletion extensions/github-authentication/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
7 changes: 7 additions & 0 deletions extensions/microsoft-authentication/README.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit e09ee35

Please sign in to comment.