Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Static tab title... #3330

Closed
4k3or3et opened this issue Oct 25, 2019 · 4 comments
Closed

Static tab title... #3330

4k3or3et opened this issue Oct 25, 2019 · 4 comments
Labels
Resolution-Duplicate There's another issue on the tracker that's pretty much the same thing.

Comments

@4k3or3et
Copy link

Hi Guys.

I have an profile with ssh.exe which connects to one of my linux boxes. All works fine but i would like to adjust it a little bit.

My problem is that when i connect to that linux box then tab title is automatically changed to 'OpenSSH SSH client". I would like to to keep it as i named it "My linux box".

I tried to use:

        "name" : "My linux box",
        "tabTitle" : "My Linux Box",

in profile config but tab title still changes.

Is there any way of getting rid off dynamically changed tab titles or setting up static tab title which never changes?

Thank you.

@ghost 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 Oct 25, 2019
@zadjii-msft
Copy link
Member

Thanks for the suggestion! This is actually already being tracked by #2645, and is in PR in #2750.

/dup #2645

@ghost
Copy link

ghost commented Oct 25, 2019

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!

@ghost ghost closed this as completed Oct 25, 2019
@ghost ghost added Resolution-Duplicate There's another issue on the tracker that's pretty much the same thing. and removed 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 Oct 25, 2019
@4k3or3et
Copy link
Author

4k3or3et commented Oct 25, 2019

Thank you guys.

By the way... impressive piece of work that terminal is...

May i ask one more thing out of the topic?

I like to understand what i use best i can.

One thing which i cannot figure out is that why when you specify paths in "commandline" parameter, to separate folders you need to use / and not \ like in rest of Windows system?

Thanks for any clues in that matter.

@zadjii-msft
Copy link
Member

@4k3or3et You can definitely use \ as a path separator, but because the file is a JSON file, you need to make sure to escape it properly 😉 \ is the escape character for JSON files, so you need to use "\" whenever you want a single \.

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Resolution-Duplicate There's another issue on the tracker that's pretty much the same thing.
Projects
None yet
Development

No branches or pull requests

2 participants