chore(cursor): tweak window title to focus on root/project name

This commit is contained in:
Jim Myhrberg
2025-03-05 18:39:24 +00:00
parent 55d6c9ccad
commit 0fdc9854fe

View File

@@ -23,8 +23,9 @@
//
"window.commandCenter": true,
"window.customTitleBarVisibility": "auto",
"window.nativeFullScreen": false, // Does not work when nativeTabs are enabled.
"window.nativeFullScreen": false, // Does not work with nativeTabs enabled.
"window.nativeTabs": true,
"window.title": "${rootName}${separator}${profileName}",
"workbench.activityBar.location": "top",
//
// ===========================================================================