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
Add warning about IntelliSense to PSIC terminate dialog (#3976)
This came up in a user group that many people weren't aware of, so I think enhancing this message is appropriate.
Co-authored-by: Andy Schwartzmeyer <[email protected]>
Copy file name to clipboardExpand all lines: src/session.ts
+1-1
Original file line number
Diff line number
Diff line change
@@ -508,7 +508,7 @@ export class SessionManager implements Middleware {
508
508
509
509
privatepromptForRestart(){
510
510
vscode.window.showErrorMessage(
511
-
"The PowerShell session has terminated due to an error, would you like to restart it?",
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.)",
0 commit comments