diff --git a/src/session.ts b/src/session.ts index 1976887082..a5a6a98164 100644 --- a/src/session.ts +++ b/src/session.ts @@ -621,7 +621,10 @@ Type 'help' to get help. }, closed: (): CloseHandlerResult => { // We have our own restart experience - return { action: CloseAction.DoNotRestart }; + return { + action: CloseAction.DoNotRestart, + message: "Connection to PowerShell Editor Services (the Extension Terminal) was closed. See below prompt to restart!" + }; }, }, revealOutputChannelOn: RevealOutputChannelOn.Never,