Merge pull request #391 from Livven/patch-1

Fix link to `authentication.getSession` reference
This commit is contained in:
Greg Van Liew
2021-03-20 10:06:00 -07:00
committed by GitHub

View File

@ -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