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 b584817 commit 3348d19Copy full SHA for 3348d19
src/session.ts
@@ -703,7 +703,7 @@ export class SessionManager implements Middleware {
703
case SessionStatus.Stopping:
704
const currentPowerShellExe =
705
availablePowerShellExes
706
- .find((item) => item.displayName.toLowerCase() === this.PowerShellExeDetails.displayName);
+ .find((item) => item.displayName.toLowerCase() === this.PowerShellExeDetails.displayName.toLowerCase());
707
708
const powerShellSessionName =
709
currentPowerShellExe ?
0 commit comments