I want to have more spacing between the two terms in the window title. But adding multiple spaces in settings.json window.title property does not work. It seems to treat multiple spaces as one.
"window.title": "${activeEditorShort} ${rootName}",
I've also tried various workarounds without success:
- copy/pasting the Unicode non-breaking space U+00A0
I'm on a mac, not sure if it's the mac OS that is the problem, or VS Code.