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

Replace azure-account call with openUrl #645

Closed nturinski closed 1 year ago

nturinski commented 1 year ago

Fixes https://github.com/microsoft/vscode-azureresourcegroups/issues/643

The Account extension is just opening a url for the createAccount command. We can just by-pass that and open the url similar to how we do for creating a student account.

https://github.com/microsoft/vscode-azure-account/blob/14d1d7e84b964742716fba224d032010ff3f1800/src/extension.ts#L167