We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56af963 commit 57c4a91Copy full SHA for 57c4a91
src/PowerShellEditorServices/Services/PowerShell/Console/LegacyReadLine.cs
@@ -63,10 +63,6 @@ public override string ReadLine(CancellationToken cancellationToken)
63
int promptStartRow = initialCursorRow;
64
int consoleWidth = Console.WindowWidth;
65
66
- //case ConsoleKey.C when ((keyInfo.Modifiers & ConsoleModifiers.Control) != 0):
67
- // throw new PipelineStoppedException();
68
-
69
70
switch (keyInfo.Key)
71
{
72
case ConsoleKey.Tab:
0 commit comments