Simplifies window title for clarity

Removes redundant elements from the window title for a cleaner
and more focused display.

This improves readability and reduces visual clutter, enhancing the
user experience.
This commit is contained in:
Vijay Janapa Reddi
2025-09-16 19:41:15 -04:00
parent 678201f6b6
commit b3b0114a1e

View File

@@ -20,6 +20,6 @@
"commandCenter.border": "#e7e7e799",
"sash.hoverBorder": "#744f92"
},
"window.title": "📚 MLSysBook - ${activeEditorShort}${separator}${rootName}",
"window.title": "📚 MLSysBook - ${activeEditorShort}",
"workbench.colorTheme": "Default Light+"
}