Skip to content

Commit fab95d5

Browse files
Update PSIC stop message to be more concise (#3981)
Co-authored-by: Andy Schwartzmeyer <andrew@schwartzmeyer.com>
1 parent 22f731b commit fab95d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/session.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -508,7 +508,7 @@ export class SessionManager implements Middleware {
508508

509509
private promptForRestart() {
510510
vscode.window.showErrorMessage(
511-
"The PowerShell session has terminated due to an error, would you like to restart it? (IntelliSense will not work unless the PSIC is active and unblocked.)",
511+
"The PowerShell Integrated Console (PSIC) has stopped, would you like to restart it? (IntelliSense will not work unless the PSIC is active and unblocked.)",
512512
"Yes", "No")
513513
.then((answer) => { if (answer === "Yes") { this.restartSession(); }});
514514
}

0 commit comments

Comments
 (0)