-
Notifications
You must be signed in to change notification settings - Fork 9.1k
Closed
Labels
Area-Commandlinewt.exe's commandline argumentswt.exe's commandline argumentsHelp WantedWe encourage anyone to jump in on these.We encourage anyone to jump in on these.Issue-BugIt either shouldn't be doing this or needs an investigation.It either shouldn't be doing this or needs an investigation.Product-TerminalThe new Windows Terminal.The new Windows Terminal.Resolution-ExternalFor issues that are outside this codebaseFor issues that are outside this codebase
Milestone
Description
Environment
Windows build number: Microsoft Windows [Version 10.0.18363.657]
Windows Terminal Version: 0.9.433.0
Steps to reproduce
Run this in PowerShell:
wt `
new-tab -p PowerShell` Core`;`
split-pane -H -p Windows` PowerShell `;`
split-pane -p cmdExpected behavior
I should get a new tab split twice (three panes)
Actual behavior
- A new window
2, Three tabs - The second and third tabs have errors in them:
[error 0x80070002 when launching `
split-pane -H -p "Windows PowerShell"']
and
[error 0x80070002 when launching `
split-pane -H -p "Windows PowerShell"']
WORKAROUND
I eventually found that if I add a space after every ; then it works (except for #4618):
wt `
new-tab -p PowerShell` Core`; `
split-pane -H -p Windows` PowerShell `; `
split-pane -p cmdReactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Area-Commandlinewt.exe's commandline argumentswt.exe's commandline argumentsHelp WantedWe encourage anyone to jump in on these.We encourage anyone to jump in on these.Issue-BugIt either shouldn't be doing this or needs an investigation.It either shouldn't be doing this or needs an investigation.Product-TerminalThe new Windows Terminal.The new Windows Terminal.Resolution-ExternalFor issues that are outside this codebaseFor issues that are outside this codebase