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

Existing terminal tabs not reacting to changes in terminal.integrated.tabs.title #141733

Closed
Tyriar opened this issue Jan 28, 2022 · 1 comment · Fixed by #141914
Closed

Existing terminal tabs not reacting to changes in terminal.integrated.tabs.title #141733

Tyriar opened this issue Jan 28, 2022 · 1 comment · Fixed by #141914
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug confirmed Issue has been confirmed by VS Code Team member insiders-released Patch has been released in VS Code Insiders terminal-tabs verified Verification succeeded
Milestone

Comments

@Tyriar
Copy link
Member

Tyriar commented Jan 28, 2022

With the following settings:

  "terminal.integrated.tabs.title": "${process}${separator}${cwdFolder}",
  "terminal.integrated.tabs.description": "${task}${separator}${process}",

I'm not seeing cwdFolder show up:

image

Changing to "${process}${separator}(${cwdFolder})" also doesn't show the (), but it does when I add that to description. Creating a new terminal will have it applied though:

image

@Tyriar Tyriar added bug Issue identified by VS Code Team member as probable bug terminal-tabs labels Jan 28, 2022
@Tyriar Tyriar added this to the February 2022 milestone Jan 28, 2022
@meganrogge meganrogge added the windows VS Code on Windows issues label Jan 28, 2022
@Tyriar Tyriar added the confirmed Issue has been confirmed by VS Code Team member label Jan 31, 2022
@microsoft microsoft deleted a comment from meganrogge Jan 31, 2022
@meganrogge meganrogge removed the windows VS Code on Windows issues label Feb 1, 2022
meganrogge added a commit that referenced this issue Feb 1, 2022
meganrogge added a commit that referenced this issue Feb 1, 2022
@rchiodo
Copy link
Contributor

rchiodo commented Feb 24, 2022

/verified

@rchiodo rchiodo added the verified Verification succeeded label Feb 24, 2022
@github-actions github-actions bot locked and limited conversation to collaborators Mar 18, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Issue identified by VS Code Team member as probable bug confirmed Issue has been confirmed by VS Code Team member insiders-released Patch has been released in VS Code Insiders terminal-tabs verified Verification succeeded
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants
@Tyriar @rchiodo @meganrogge and others