microsoft/azure-pipelines-vscode

Disable "Sign in to Azure..." notification

lkurzyniec opened this issue ยท 5 comments

Is there a way to disable this notification? It's keep showing over and over again.
I don't want to log in, I just want to use extension without context of any Azure account.

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

50Wliu commented

@lkurzyniec can you elaborate more on why you don't want to login? Validation works much better (and reports fewer false positives) when the extension can pull down the complete list of tasks from your ADO account.

I have multiple MS accounts. Instead of juggling them, I prefer don't log in at all.

We also would like to be able to disable this message. We have contractors which don't have permission to login to get the schema so we store it in source control. It seems like the extension should check if you have the azure-pipelines.customSchemaFile setting set and if you do then use that without prompting the user to sign in.

50Wliu commented

Thanks! This is great feedback.