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 fee5054 commit 36a9a5dCopy full SHA for 36a9a5d
src/PowerShellEditorServices/Services/PowerShell/Console/TerminalReadLine.cs
@@ -36,7 +36,8 @@ public SecureString ReadSecureLine(CancellationToken cancellationToken)
36
switch (keyInfo.Key)
37
{
38
case ConsoleKey.Enter:
39
- // Break to return the completed string
+ // Stop the while loop so we can realign the cursor
40
+ // and then return the entered string
41
enterPressed = true;
42
continue;
43
0 commit comments