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 shell integration for PowerShell 5.1 with strict mode
Since `$IsWindows` doesn't exist in Windows PowerShell, with strict mode
enabled and the `ErrorActionPreference` set to `Stop`, shell integration
would cause the startup to crash. This was reported and fixed upstream
too.
0 commit comments