new-tab doesn't open new tab in 0.11 #7955

Open
opened 2026-01-31 01:16:46 +00:00 by claunia · 0 comments
Owner

Originally created by @JanWerder on GitHub (May 5, 2020).

Environment

Windows build number: Win32NT             10.0.19041.0 Microsoft Windows NT 10.0.19041.0
Windows Terminal Version: 0.11.1191.0

Steps to reproduce

Execute wt -d . ; new-tab -d C:\ pwsh.exe

Expected behavior

As described in the blog post of 0.9 I would expect a new windows terminal window with two tabs.

Actual behavior

A window of windows terminal opens, but only with one empty tab. When I close the new window, I get the following error:

In Zeile:1 Zeichen:11

  • wt -d . ; new-tab -d C:\ pwsh.exe
  •       ~~~~~~~
    
    • CategoryInfo : ObjectNotFound: (new-tab:String) [], CommandNotFoundException
    • FullyQualifiedErrorId : CommandNotFoundException
Originally created by @JanWerder on GitHub (May 5, 2020). # Environment ```none Windows build number: Win32NT 10.0.19041.0 Microsoft Windows NT 10.0.19041.0 Windows Terminal Version: 0.11.1191.0 ``` # Steps to reproduce Execute ```wt -d . ; new-tab -d C:\ pwsh.exe``` # Expected behavior As described in the [blog post of 0.9](https://devblogs.microsoft.com/commandline/windows-terminal-preview-v0-9-release/) I would expect a new windows terminal window with two tabs. # Actual behavior A window of windows terminal opens, but only with one empty tab. When I close the new window, I get the following error: In Zeile:1 Zeichen:11 + wt -d . ; new-tab -d C:\ pwsh.exe + ~~~~~~~ + CategoryInfo : ObjectNotFound: (new-tab:String) [], CommandNotFoundException + FullyQualifiedErrorId : CommandNotFoundException
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#7955