From 7c91b6889497d348749ea30abd8493e110041705 Mon Sep 17 00:00:00 2001 From: Tyler James Leonhardt Date: Tue, 31 May 2022 16:15:17 -0700 Subject: [PATCH] add authentication contribution so that is shows up on extension editor and is best practice (#656) --- authenticationprovider-sample/package.json | 6 ++++++ 1 file changed, 6 insertions(+) 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": {