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 bd55ee2 commit 4dfe7dfCopy full SHA for 4dfe7df
src/platform.ts
@@ -79,7 +79,7 @@ export function getDefaultPowerShellPath(
79
psCoreInstallPath =
80
(platformDetails.isProcess64Bit ? process.env.ProgramFiles : process.env.ProgramW6432) + "\\PowerShell";
81
}
82
-
+
83
if (fs.existsSync(psCoreInstallPath)) {
84
const arch = platformDetails.isProcess64Bit ? "(x64)" : "(x86)";
85
const psCorePaths =
0 commit comments