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
Platform ServicePack Version VersionString
-------- ----------- ------- -------------
Win32NT 10.0.18363.0 Microsoft Windows NT 10.0.18363.0
Windows Terminal 0.10.78.1.0
Any other software?
Steps to reproduce
I am trying out the command line examples. If I open a CMD window, and run this command
wt -p "Windows PowerShell No Profile"; split-pane -p "PowerShell 7 No Profile"
I get a new Terminal window with my two profiles vertically split. You can use any two profiles you want. This isn't a profile problem.
Expected behavior
When I run the same command in Windows PowerShell 5.1 or PowerShell 7 I expect or at least want the same result.
Actual behavior
Instead, I get the first profile in a new WT instance. When I close it, the next profile opens. PowerShell is treating the ; as an end of command marker so your example is actually two commands.
I think the command line option needs to be a single command that allows the user to specify the initial profile plus any additional customization such as split pane.
The text was updated successfully, but these errors were encountered:
ghost
added
Needs-Triage
It's a new issue that the core contributor team needs to triage at the next triage meeting
Needs-Tag-Fix
Doesn't match tag requirements
labels
Apr 16, 2020
Thanks for the report! We have some documentation changes outstanding in #5361 and a lively discussion over in /dup #4570, so I'm gonna redirect discussion over there. Thanks!
Hi! We've identified this issue as a duplicate of another one that already exists on this Issue Tracker. This specific instance is being closed in favor of tracking the concern over on the referenced thread. Thanks for your report!
Environment
Steps to reproduce
I am trying out the command line examples. If I open a CMD window, and run this command
I get a new Terminal window with my two profiles vertically split. You can use any two profiles you want. This isn't a profile problem.
Expected behavior
When I run the same command in Windows PowerShell 5.1 or PowerShell 7 I expect or at least want the same result.
Actual behavior
Instead, I get the first profile in a new WT instance. When I close it, the next profile opens. PowerShell is treating the
;
as an end of command marker so your example is actually two commands.I think the command line option needs to be a single command that allows the user to specify the initial profile plus any additional customization such as split pane.
The text was updated successfully, but these errors were encountered: