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): report PowerShell on Windows when no profile is configured (#82) (#239)
* fix(shell): default to PowerShell on Windows when no terminal profile is set (#82)
getShell() fell through to COMSPEC (cmd.exe) when VS Code had no explicit
Windows terminal profile, so the system prompt advertised cmd.exe even though
the integrated terminal actually launches PowerShell (VS Code's modern default).
Return Windows PowerShell from getWindowsShellFromVSCode() in that case so the
prompt and rules match the real shell. Explicitly configured cmd/WSL/custom
profiles are unaffected.
* fix(shell): prefer PowerShell 7 over legacy when no Windows profile is set (#82)
---------
Co-authored-by: Armando Vaquera <263793884+proyectoauraorg@users.noreply.github.com>
0 commit comments