mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 19:44:25 +01:00
feat add window title separator prop (#94371)
This commit is contained in:
@@ -301,6 +301,11 @@ import { workbenchConfigurationNodeBase } from 'vs/workbench/common/configuratio
|
||||
})(),
|
||||
'markdownDescription': windowTitleDescription
|
||||
},
|
||||
'window.titleSeparator': {
|
||||
'type': 'string',
|
||||
'default': isMacintosh ? ' — ' : ' - ',
|
||||
'markdownDescription': nls.localize("window.titleSeparator", "Separator used by `window.title`.")
|
||||
},
|
||||
'window.menuBarVisibility': {
|
||||
'type': 'string',
|
||||
'enum': ['default', 'visible', 'toggle', 'hidden', 'compact'],
|
||||
|
||||
Reference in New Issue
Block a user