Where does the bug appear (feature/product)?
Cursor IDE
Describe the Bug
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
Screenshots / Screen Recordings
Operating System
MacOS
Current Cursor Version (Menu → About Cursor → Copy)
Version: 2.2.14
VSCode Version: 1.105.1
Commit: 1685afce45886aa5579025ac7e077fc3d4369c50
Date: 2025-12-11T01:12:35.790Z
Electron: 37.7.0
Chromium: 138.0.7204.251
Node.js: 22.20.0
V8: 13.8.258.32-electron.0
OS: Darwin arm64 25.1.0
Does this stop you from using Cursor
No - Cursor works, but with this issue



