Add better demo gif for github authentication sample, fixes microsoft/vscode#103966

This commit is contained in:
RMacfarlane
2020-08-04 14:35:25 -07:00
parent 54c7b9adba
commit 99de681ddf
4 changed files with 3 additions and 2 deletions

View File

@ -4,7 +4,7 @@ This is a GitHub authentication example that shows you how to use the VS Code au
## Demo
![demo](demo.png)
![demo](demo.gif)
## VS Code API

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.4 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 572 KiB

View File

@ -18,7 +18,8 @@
"commands": [
{
"command": "extension.getGitHubUser",
"title": "Get GitHub User"
"title": "Get GitHub User",
"category": "GitHub Authentication Sample"
}
]
},