microsoft / azure-pipelines-vscode

VS Code extension for working with Azure Pipelines YAML files
MIT License
163 stars 102 forks source link

Command Text: `Configure Pipeline` to `Sign In` #542

Closed coolhome closed 1 day ago

coolhome commented 1 year ago

I think the command "Azure Pipelines: Configure Pipeline" should be "Azure Pipelines: Sign In". My initial thoughts when opening a project is to "Sign In" into "Azure DevOps" which neither finds "Azure Pipelines: Configure Pipeline".

vmapetr commented 1 year ago

Hi @coolhome thanks for reporting! We are working on more prioritized issues at the moment but will get back to this one soon.

50Wliu commented 9 months ago

Hi @coolhome, could you clarify what you're trying to do? "Configure Pipeline" is meant to do exactly that - configure a new Azure DevOps pipeline. Signing in is a side effect (as it needs to know which organization to place the pipeline in).

If you're looking to sign in to your Azure account, maybe you want "Azure: Sign In" from the Azure Account extension?