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 b3df4bb commit 1c620bbCopy full SHA for 1c620bb
src/platform.ts
@@ -108,7 +108,7 @@ export function getDefaultPowerShellPath(
108
return !platformDetails.isOS64Bit || platformDetails.isProcess64Bit
109
? System32PowerShellPath
110
: SysnativePowerShellPath;
111
- }
+ }
112
if (platformDetails.operatingSystem === OperatingSystem.MacOS) {
113
// Always default to the stable version of PowerShell (if installed) but handle case of only Preview installed
114
powerShellExePath = macOSExePath;
0 commit comments