We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb06392 commit faee4a7Copy full SHA for faee4a7
src/platform.ts
@@ -109,7 +109,7 @@ export function getDefaultPowerShellPath(
109
!platformDetails.isOS64Bit || platformDetails.isProcess64Bit
110
? System32PowerShellPath
111
: SysnativePowerShellPath;
112
- }
+ }
113
} else if (platformDetails.operatingSystem === OperatingSystem.MacOS) {
114
// Always default to the stable version of PowerShell (if installed) but handle case of only Preview installed
115
powerShellExePath = macOSExePath;
0 commit comments