Jump-Location icon indicating copy to clipboard operation
Jump-Location copied to clipboard

Jump-Location doesn't work with PSReadLine

Open vors opened this issue 9 years ago • 2 comments

PSReadLine use worker thread to capture user input. That prevents generation of OnIdle events, because engine is never OnIdle.

Jump-Location subscribe UpdateTime callback to OnIdle events.

Maybe this should be addressed in PSReadLine.

vors avatar Oct 14 '14 01:10 vors

cc @lzybkr

vors avatar Oct 14 '14 01:10 vors

Corresponding issue for PSReadLine https://github.com/lzybkr/PSReadLine/issues/169

vors avatar Oct 14 '14 02:10 vors