add authentication contribution so that is shows up on extension editor and is best practice (#656)

This commit is contained in:
Tyler James Leonhardt
2022-05-31 16:15:17 -07:00
committed by GitHub
parent bb4dd8363f
commit 7c91b68894

View File

@ -20,6 +20,12 @@
"command": "vscode-authenticationprovider-sample.login",
"title": "Login with Azure DevOps"
}
],
"authentication": [
{
"id": "azuredevopspat",
"label": "Azure DevOps PAT"
}
]
},
"scripts": {