We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b433b0f commit 3a9defcCopy full SHA for 3a9defc
src/PowerShellEditorServices/Services/PowerShell/Host/PsesInternalHost.cs
@@ -684,7 +684,7 @@ private string GetPrompt(CancellationToken cancellationToken)
684
public void WriteWithPrompt(PSCommand command, CancellationToken cancellationToken)
685
{
686
UI.Write(GetPrompt(cancellationToken));
687
- UI.Write(command.GetInvocationText());
+ UI.WriteLine(command.GetInvocationText());
688
}
689
690
private string InvokeReadLine(CancellationToken cancellationToken)
0 commit comments