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
Search the existing issues, especially the pinned issues.
Exception report
I encountered a `System.ArgumentOutOfRangeException` while using PSReadLine in Visual Studio Code. The error message indicates that the value must be greater than or equal to zero and less than the console's buffer size. The actual value was -2.
Screenshot
Environment data
Psreadline version: PSReadline 2.0.0powershell vesrion:Major Minor Build Revision----- ----- ----- --------5 1 19041 4894operating system details:CsName : DESKTOP-618M4H9OsName : Microsoft Windows 10 ProOsArchitecture : 64-bitWindowsVersion : 2009WindowsBuildLabEx : 19041.1.amd64fre.vb_release.191206-1406
Steps to reproduce
Open Visual Studio Code.
Open the integrated terminal.
Click the play button to run the script.
Observe the error message.
Expected behavior
the code runs without displaying error messages
Actual behavior
When I clicked the play button in VS Code, I received a System.ArgumentOutOfRangeException error. The error message indicated that the value must be greater than or equal to zero and less than the console's buffer size. The actual value was -2.
The text was updated successfully, but these errors were encountered:
Prerequisites
Exception report
I encountered a `System.ArgumentOutOfRangeException` while using PSReadLine in Visual Studio Code. The error message indicates that the value must be greater than or equal to zero and less than the console's buffer size. The actual value was -2.
Screenshot
Environment data
Steps to reproduce
Expected behavior
the code runs without displaying error messages
Actual behavior
When I clicked the play button in VS Code, I received a
System.ArgumentOutOfRangeException
error. The error message indicated that the value must be greater than or equal to zero and less than the console's buffer size. The actual value was -2.The text was updated successfully, but these errors were encountered: