The result of opening multiple panes via ps1 script is unpredictable #16695
Unanswered
Andrew Rusinas (Rusinas)
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
This is a weird one.
I made a pretty simple PowerShell script to run my project.
And it ALWAYS opens exactly two tabs, but sometimes it opens all the panes correctly, sometimes don't split the editor at all, running just random two apps. Really random behavior.
But if I change command to the
new-tabinstead of thesplit-pane, it will open all the 6 tabs every time just fine.The terminal version is 1.19.10302.0. I've tried pre-release too, same there.
All reactions