-
Notifications
You must be signed in to change notification settings - Fork 513
Add-AzureRmAccount doesn't work in VS Code #155
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Strange, I'll take a look. |
So it looks like if you set a break point to the line that follows then things seem to work. In my case if I did the following I could get the dialog to pop and everything else worked. If I don't set the break point then everything seems to hang.
|
Sounds like a duplicate for issue #149. This should be fixed in 0.6.0. |
Yep, sounds like that issue. Trying to get 0.6.0 out ASAP. |
I've verified that this is now fixed in the upcoming 0.6.0 release. I'll close this bug as soon as the update has been shipped. |
I'm still seeing the issue with Login-AzureRmAccount not prompting for login credentials unless I have a break on the following line. I'm using VSCode 1.4 with PowerShell Extension version 0.6.2 on Windows 10. |
@legobytes - could you raise this as a new issue and reference this one by using the issue number #155 |
The
Add-AzureRmAccount
(with no parameters) command doesn't pop up the expected login dialog, and hangs the Output window.In the PowerShell ISE, the login dialog appears correctly:
Cheers,
Trevor Sullivan
https://trevorsullivan.net
https://twitter.com/pcgeek86
The text was updated successfully, but these errors were encountered: