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
Exception:
System.ArgumentOutOfRangeException: The value must be greater than or equal to zero the console's buffer size in that dimension.
Parameter name: left
Actual value was -2.
at System.Console.SetCursorPosition(Int32 left, Int32 top)
at Microsoft.powerShell.internal.virtualTerminal.set_CursorLeft(Int32 value)
The text was updated successfully, but these errors were encountered:
The GitHub URL displayed on your screen indicates you are using a very old version of the PSReadLine module (2.0.0-beta2 or prior). Please upgrade to the latest stable version v2.3.6 and try again. The issue is very likely fixed in the new version.
To install the latest version, run Install-Module -Name PSReadLine -RequiredVersion 2.3.6 -Repository PSGallery -Scope CurrentUser. Then you will be using the latest version when starting a new PowerShell session.
Last 1 keys:
&
Exception:
System.ArgumentOutOfRangeException: The value must be greater than or equal to zero the console's buffer size in that dimension.
Parameter name: left
Actual value was -2.
at System.Console.SetCursorPosition(Int32 left, Int32 top)
at Microsoft.powerShell.internal.virtualTerminal.set_CursorLeft(Int32 value)
The text was updated successfully, but these errors were encountered: