[PR #19025] Small enhancements for VS profile generation #31681

Closed
opened 2026-01-31 09:48:49 +00:00 by claunia · 0 comments
Owner

Original Pull Request: https://github.com/microsoft/terminal/pull/19025

State: closed
Merged: Yes


Summary of the Pull Request

  • Make PowerShell profile generation try to find pwsh.exe before falling back to legacy powershell
  • Make profiles generated on an arm64 host work properly

Validation Steps Performed

  • Local build ran
  • Verified the new arm64 profile works
  • Verified pwsh.exe is used if present
  • Verified powershell.exe is used if pwsh is not present in path
  • Verified we don't attempt to create arm64 host cmd/pwsh profiles if VS is not >= 17.4 (thanks @DHowett)
**Original Pull Request:** https://github.com/microsoft/terminal/pull/19025 **State:** closed **Merged:** Yes --- ## Summary of the Pull Request * Make PowerShell profile generation try to find `pwsh.exe` before falling back to legacy powershell * Make profiles generated on an `arm64` host work properly ## Validation Steps Performed * Local build ran * Verified the new `arm64` profile works * Verified `pwsh.exe` is used if present * Verified `powershell.exe` is used if `pwsh` is not present in path * Verified we don't attempt to create `arm64` host cmd/pwsh profiles if VS is not >= 17.4 (thanks @DHowett)
claunia added the pull-request label 2026-01-31 09:48:49 +00:00
Sign in to join this conversation.
No Label pull-request
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#31681