-
Notifications
You must be signed in to change notification settings - Fork 318
Closed
Labels
Resolution-DuplicateThere's another issue on the tracker that's pretty much the same thing.There's another issue on the tracker that's pretty much the same thing.
Description
Prerequisites
- Write a descriptive title.Make sure you are able to repro it on the latest released versionSearch the existing issues, especially the pinned issues.To pick up a draggable item, press the space bar. While dragging, use the arrow keys to move the item. Press space again to drop the item in its new position, or press escape to cancel.
Exception report
Last 200 Keys:
Spacebar - e x Tab Tab Backspace 1 Spacebar $ n u l l Spacebar - w h Tab Enter
UpArrow Backspace Backspace Backspace Backspace Backspace Backspace Backspace Backspace Backspace Backspace Backspace Backspace Backspace Backspace Backspace Backspace Backspace Backspace Backspace Backspace Backspace Backspace Backspace Backspace Backspace Backspace Backspace Backspace Backspace Backspace Backspace Backspace Backspace Backspace Backspace Backspace Backspace Backspace Backspace Backspace Backspace Backspace Backspace Backspace Backspace Backspace Backspace Backspace Backspace Backspace Backspace Backspace S e l e c t Spacebar N a m e , Backspace Backspace Backspace Backspace Backspace Backspace Backspace Backspace Backspace Backspace Backspace Backspace F L Backspace T Spacebar N a m e , g e t - m a i l b o x Spacebar - M o n i t o r i n g Spacebar Spacebar | Spacebar F T Spacebar N a m e , Ctrl+c UpArrow UpArrow DownArrow Ctrl+c G e t - M a i l Tab Spacebar - M o Tab Spacebar | Spacebar F T Shift+Spacebar N a m e , E x t e n s i o n C u s t o m A t t r i b u t e 1 Enter
Ctrl+c PageUp
Exception:
System.IO.IOException: The parameter is incorrect.
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.Console.SetWindowPosition(Int32 left, Int32 top)
at Microsoft.PowerShell.PSConsoleReadLine.ScrollDisplayUp(Nullable`1 key, Object arg)
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)
Screenshot
Environment data
PS Version: 5.1.14393.5127
PS HostName: ConsoleHost
PSReadLine Version: 1.2
PSReadLine EditMode: Windows
OS: 10.0.14393.0 (rs1_release.160715-1616)
BufferWidth: 132
BufferHeight: 9001
Steps to reproduce
Get-Mailbox -Monitoring | FT Name,ExtensionCustomAttribute1
Expected behavior
Should return all mailboxes or exit cleanly on break
Actual behavior
The above
Metadata
Metadata
Assignees
Labels
Resolution-DuplicateThere's another issue on the tracker that's pretty much the same thing.There's another issue on the tracker that's pretty much the same thing.
Type
Projects
Milestone
Relationships
Development
Select code repository
Activity
fm-knopfler commentedon Nov 8, 2022
Lately, I've been experiencing a similar issue. Primarily in VS Code and it's Powershell extension. It usually happens after the console is not used for a few minutes.
daxian-dbw commentedon Nov 8, 2022
Duplicate of #3453, please see PowerShell/vscode-powershell#4219. We're shipping a preview soon with a fix, you can also disable any
OnIdle
handlers for now.