public getFirstAvailablePowerShellInstallation()

in vscode-extension/src/platform.ts [105:109]


    public getFirstAvailablePowerShellInstallation(): IPowerShellExeDetails {
        for (const pwsh of this.enumeratePowerShellInstallations()) {
            return pwsh;
        }
    }