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 38a9cf7 commit 9981f80Copy full SHA for 9981f80
src/platform.ts
@@ -68,7 +68,7 @@ export function getDefaultPowerShellPath(
68
let powerShellExePath;
69
let psCoreInstallPath;
70
71
- // Find the path to powershell.exe based on the current platform
+ // Find the path to the powershell executable based on the current platform
72
// and the user's desire to run the x86 version of PowerShell
73
if (platformDetails.operatingSystem === OperatingSystem.Windows) {
74
if (use32Bit) {
0 commit comments