microsoft / vscode-azureresourcegroups

VS Code extension for managing Azure resources.
https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-azureresourcegroups
MIT License
52 stars 28 forks source link

Add Create Account command for web support #647

Closed alexweininger closed 1 year ago

alexweininger commented 1 year ago

Fixes #643

In web, we can no longer rely on the Create Account command contributed by the Azure Account extension. Instead I added another generic command that on desktop will use the Azure Account command and on web will just open the link.

Now that I write this I guess we could just always open the link ourselves and not use the Azure Account extension command at all.

Ok, updated the changes so that we're not relying on AA for this, and just opening the link in RGs.

alexweininger commented 1 year ago

Never mind Nathan beat me to it https://github.com/microsoft/vscode-azureresourcegroups/pull/645

nturinski commented 1 year ago

https://github.com/microsoft/vscode-azureresourcegroups/pull/645

nturinski commented 1 year ago

I even used your aka.ms link lol

alexweininger commented 1 year ago

I even used your aka.ms link lol

Now that's teamwork!