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
While playing with terminal, main problem with moveTo is that when using PowerShell, the moveTo is relative to the current powershell scroll.
That means I would need to moveTo(0, t.cursorY - t.scrollY). Though on cmd, there's no need since it doesn't offset by scroll.
Although I could simply say "do not use powershell", the default terminal on VSCode is powershell so it is quite important to have that working.
The text was updated successfully, but these errors were encountered:
While playing with terminal, main problem with moveTo is that when using PowerShell, the
moveTo
is relative to the current powershell scroll.That means I would need to
moveTo(0, t.cursorY - t.scrollY)
. Though oncmd
, there's no need since it doesn't offset by scroll.Although I could simply say "do not use powershell", the default terminal on VSCode is powershell so it is quite important to have that working.
The text was updated successfully, but these errors were encountered: