You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/session.ts
+1-1
Original file line number
Diff line number
Diff line change
@@ -569,7 +569,7 @@ export class SessionManager implements Middleware {
569
569
voidthis.setSessionFailedGetPowerShell(`PowerShell v${version} is not supported, please update!`);
570
570
}elseif(satisfies(version,">=5.1.0 <6.0.0")){
571
571
voidthis.setSessionFailedGetPowerShell("It looks like you're trying to use Windows PowerShell, which is supported on a best-effort basis. Can you try PowerShell 7?");
572
-
}elseif(satisfies(version,">=6.0.0 <7.2.0")){
572
+
}elseif(satisfies(version,">=6.0.0 <7.4.0")){
573
573
voidthis.setSessionFailedGetPowerShell(`PowerShell v${version} has reached end-of-support, please update!`);
0 commit comments