mirror of
https://github.com/microsoft/vscode-extension-samples.git
synced 2026-04-27 16:55:44 +08:00
add authentication contribution so that is shows up on extension editor and is best practice (#656)
This commit is contained in:
committed by
GitHub
parent
bb4dd8363f
commit
7c91b68894
@ -20,6 +20,12 @@
|
||||
"command": "vscode-authenticationprovider-sample.login",
|
||||
"title": "Login with Azure DevOps"
|
||||
}
|
||||
],
|
||||
"authentication": [
|
||||
{
|
||||
"id": "azuredevopspat",
|
||||
"label": "Azure DevOps PAT"
|
||||
}
|
||||
]
|
||||
},
|
||||
"scripts": {
|
||||
|
||||
Reference in New Issue
Block a user