vscode-powershell
vscode-powershell copied to clipboard
Enable Searching for Pwsh in the "Program Files (Arm)" directory on Windows Arm64
PR Summary
- Begin searching for Pwsh in the "Program Files (Arm)" directory on windows arm64.
- Note this will only look for the "Program Files (Arm)" directory if the default "Program Files" directory does not contain a PowerShell install.
- Add tests case documenting expected load order.
- Update test cases to refer to v7 instead of v6.
- I realize that this doesn't actually matter as its just looking for the first integer it finds, but since PS6 has been out of support for several years I thought it was time to update.
PR Checklist
Note: Tick the boxes below that apply to this pull request by putting an x between the square brackets.
Please mark anything not applicable to this PR NA.
- [x] PR has a meaningful title
- [x] Summarized changes
- [x] PR has tests
- [x] This PR is ready to merge and is not work in progress
- If the PR is work in progress, please add the prefix
WIP:to the beginning of the title and remove the prefix when the PR is ready
- If the PR is work in progress, please add the prefix