Skip to content

NewTerminalArgs should include suppressApplicationTitle #9345

@darkdescendant

Description

@darkdescendant

Environment

Windows build number: [run `[Environment]::OSVersion` for powershell, or `ver` for cmd]

Platform ServicePack Version      VersionString
-------- ----------- -------      -------------
 Win32NT             10.0.19042.0 Microsoft Windows NT 10.0.19042.0
Windows Terminal version (if applicable): 1.7 Preview

Any other software?

Steps to reproduce

  1. Add a command to the settings.json file similar to this:
        {
            "command": 
            {
                "action": "newTab",
                "index": 1,
                "profile": "<whatever profile you want>",
                "startingDirectory": "<Whatever you want>",
                "tabTitle": "Test Title"
            },
            "keys": "ctrl+1"
        },
  1. Save file.
  2. In Terminal Window, press ctrl+1 to create a new tab based on that command.

Expected behavior

Expected (Ver 1.6): Tab title is "Test Title"

Actual behavior

Actual: Tab title is the path the terminal window/tab is currently in.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Area-Commandlinewt.exe's commandline argumentsArea-SettingsIssues related to settings and customizability, for console or terminalHelp WantedWe encourage anyone to jump in on these.Issue-TaskIt's a feature request, but it doesn't really need a major design.Product-TerminalThe new Windows Terminal.Resolution-Fix-CommittedFix is checked in, but it might be 3-4 weeks until a release.good first issueThis is a fix that might be easier for someone to do as a first contribution

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions