When using “window.titleBarStyle”: “custom” (the default), the window title only displays ${rootName} regardless of what window.title is set to in user settings.
Steps to Reproduce
Set window.titleBarStyle to custom (or leave as default)
Set window.title to “${activeEditorShort}${separator}${rootName}${separator}${activeRepositoryBranchName}”
Open a workspace with a git repository
Observe the window title only shows the folder name
Expected Behavior
The window title should display according to the window.title setting, e.g., extension.ts - project - main
Hey, thanks for the report. It looks like this currently works only in Editor mode. You can switch to it with Cmd+E. In Agent mode, the window.title setting isn’t applied.
It used to work but no longer does. Now I just see the project name and no path or filename despite custom setting (which is correct and still works on VSCode). It’s annoying enough that I stopped using Cursor for now.