Fix link to authentication.getSession reference

This commit is contained in:
Liwen Guo
2021-03-20 14:21:00 +01:00
committed by GitHub
parent ad1d83f6d8
commit 5bd24850d6

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