We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 905686c commit 0a69937Copy full SHA for 0a69937
src/PowerShellEditorServices/Services/PowerShell/Host/PsesInternalHost.cs
@@ -543,7 +543,8 @@ private string GetPrompt(CancellationToken cancellationToken)
543
if (CurrentRunspace.RunspaceOrigin != RunspaceOrigin.Local)
544
{
545
// This is a PowerShell-internal method that we reuse to decorate the prompt string
546
- // with the remote details when execution is occurring over a remoting session
+ // with the remote details when remoting,
547
+ // so the prompt changes to indicate when you're in a remote session
548
prompt = Runspace.GetRemotePrompt(prompt);
549
}
550
0 commit comments