From e09ee355426d4b5b942e3e31b60a17f725d5d0f5 Mon Sep 17 00:00:00 2001 From: Tyler Leonhardt Date: Tue, 6 Jul 2021 15:43:55 -0700 Subject: [PATCH] add useful readmes for the auth providers fixes #127688 fixes #127689 --- extensions/github-authentication/.vscodeignore | 1 - extensions/github-authentication/README.md | 2 +- extensions/microsoft-authentication/README.md | 7 +++++++ 3 files changed, 8 insertions(+), 2 deletions(-) create mode 100644 extensions/microsoft-authentication/README.md diff --git a/extensions/github-authentication/.vscodeignore b/extensions/github-authentication/.vscodeignore index 5f3350adfb6..f65bc15d839 100644 --- a/extensions/github-authentication/.vscodeignore +++ b/extensions/github-authentication/.vscodeignore @@ -7,4 +7,3 @@ extension.webpack.config.js extension-browser.webpack.config.js tsconfig.json yarn.lock -README.md diff --git a/extensions/github-authentication/README.md b/extensions/github-authentication/README.md index 755e5020961..76830c1c97f 100644 --- a/extensions/github-authentication/README.md +++ b/extensions/github-authentication/README.md @@ -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. diff --git a/extensions/microsoft-authentication/README.md b/extensions/microsoft-authentication/README.md new file mode 100644 index 00000000000..8d914b0e39d --- /dev/null +++ b/extensions/microsoft-authentication/README.md @@ -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.