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 251c495 commit 686b4c9Copy full SHA for 686b4c9
src/session.ts
@@ -862,7 +862,8 @@ Type 'help' to get help.
862
private async showSessionMenu(): Promise<void> {
863
const powershellExeFinder = new PowerShellExeFinder(
864
this.platformDetails,
865
- this.sessionSettings.powerShellAdditionalExePaths,
+ // We don't pull from session settings because we want them fresh!
866
+ getSettings().powerShellAdditionalExePaths,
867
this.logger);
868
const availablePowerShellExes = await powershellExeFinder.getAllAvailablePowerShellInstallations();
869
0 commit comments