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

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