diff --git a/authenticationprovider-sample/package.json b/authenticationprovider-sample/package.json index 7cee61cf..64661a6e 100644 --- a/authenticationprovider-sample/package.json +++ b/authenticationprovider-sample/package.json @@ -20,6 +20,12 @@ "command": "vscode-authenticationprovider-sample.login", "title": "Login with Azure DevOps" } + ], + "authentication": [ + { + "id": "azuredevopspat", + "label": "Azure DevOps PAT" + } ] }, "scripts": {