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 ps1 path casing on case-insensitive filesystems (Windows)
Use fs.readdir to find the actual activate.ps1 filename with correct
casing instead of checking hardcoded 'Activate.ps1'/'activate.ps1'.
On Windows, pathExists is case-insensitive so the wrong cased path
would be returned when the file has different casing.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
0 commit comments