You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix#401: Unsupported PowerShell version should display an error
This change improves a previous fix where we report an unsupported
PowerShell version when the user attempts to start the extension. The
previous fix utilized ConvertTo-Json to write out the session details;
this caused a failure since this cmdlet was introduced in PowerShell v3.
We now write out teh JSON manually in this case.
0 commit comments