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 df67d6b commit 2ddc9c0Copy full SHA for 2ddc9c0
src/platform.ts
@@ -73,7 +73,7 @@ export function getDefaultPowerShellPath(
73
if (platformDetails.operatingSystem === OperatingSystem.Windows) {
74
if (use32Bit) {
75
psCoreInstallPath =
76
- (platformDetails.isProcess64Bit ? process.env['ProgramFiles(x86)'] : process.env.ProgramFiles)
+ (platformDetails.isProcess64Bit ? process.env["ProgramFiles(x86)"] : process.env.ProgramFiles)
77
+ "\\PowerShell";
78
} else {
79
0 commit comments