mirror of
https://github.com/harvard-edge/cs249r_book.git
synced 2026-04-30 09:38:38 -05:00
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:
2
.vscode/settings.json
vendored
2
.vscode/settings.json
vendored
@@ -20,6 +20,6 @@
|
||||
"commandCenter.border": "#e7e7e799",
|
||||
"sash.hoverBorder": "#744f92"
|
||||
},
|
||||
"window.title": "📚 MLSysBook - ${activeEditorShort}${separator}${rootName}",
|
||||
"window.title": "📚 MLSysBook - ${activeEditorShort}",
|
||||
"workbench.colorTheme": "Default Light+"
|
||||
}
|
||||
Reference in New Issue
Block a user