diff --git a/src/session.ts b/src/session.ts index e372de01dd..609b884ad5 100644 --- a/src/session.ts +++ b/src/session.ts @@ -710,7 +710,7 @@ export class SessionManager { new SessionMenuItem( "Restart Current Session", - () => { this.restartSession(); }), + () => { this.restartSession(this.sessionConfiguration); }), ]; } else if (this.sessionStatus === SessionStatus.Failed) {