From 5bd24850d6b0488f3d9a3d42d55a770de20f92cf Mon Sep 17 00:00:00 2001 From: Liwen Guo Date: Sat, 20 Mar 2021 14:21:00 +0100 Subject: [PATCH] Fix link to `authentication.getSession` reference --- github-authentication-sample/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/github-authentication-sample/README.md b/github-authentication-sample/README.md index 741aafc6..4f1390d5 100644 --- a/github-authentication-sample/README.md +++ b/github-authentication-sample/README.md @@ -10,7 +10,7 @@ This is a GitHub authentication example that shows you how to use the VS Code au ### `vscode` module -- [`authentication.getSession`](https://code.visualstudio.com/api/references/vscode-api#authentications.getSession) +- [`authentication.getSession`](https://code.visualstudio.com/api/references/vscode-api#authentication.getSession) ## Running the Sample