microsoft / vscode-azuretools

Common packages for building Azure extensions for VS Code
MIT License
106 stars 66 forks source link

question: why is AzureDevOpsServiceProvider in a vscode package #1742

Open pelikhan opened 2 months ago

pelikhan commented 2 months ago

I am trying to understand the scenario for which AzureDevOpsServiceProvider would be used. Specially it seems to be a CI/CD token helper so why is it bundled in this package rather than part of @azure/identity?