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 extension startup on Linux/macOS with PS 6 Alpha 18
This change fixes an issue caused by PowerShell 6 Alpha 18 where the
PSModulePath casing on UNIX systems has been changed from PSMODULEPATH
back to PSModulePath. This change broke the startup script that
manipulates the PSModulePath so the extension fails to load in the new
version.
This is a breaking change for those using a previous version of
PowerShell 6 on UNIX systems.
FixesPowerShell#662.
0 commit comments