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
I tried to resize the power shell window after it opened. It was just a blank blue screen, so I tried to type in cls. I was then able to see text in the window and received this error:
Last 4 Keys:
c l s Enter
Exception:
System.IO.IOException: The parameter is incorrect.
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.Console.SetCursorPosition(Int32 left, Int32 top)
at Microsoft.PowerShell.PSConsoleReadLine.AcceptLineImpl(Boolean validate)
at Microsoft.PowerShell.PSConsoleReadLine.ProcessOneKey(ConsoleKeyInfo key, Dictionary`2 dispatchTable, Boolean ignoreIfNoAction, Object arg)
at Microsoft.PowerShell.PSConsoleReadLine.InputLoop()
at Microsoft.PowerShell.PSConsoleReadLine.ReadLine(Runspace runspace, EngineIntrinsics engineIntrinsics)
The text was updated successfully, but these errors were encountered:
@RedFox134 The issue was fixed by #1182. Please upgrade to the 2.0.1 version of PSReadLine from PowerShell Gallery and give it a try.
See the upgrading section for instructions.
I tried to resize the power shell window after it opened. It was just a blank blue screen, so I tried to type in cls. I was then able to see text in the window and received this error:
The text was updated successfully, but these errors were encountered: