mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-03 23:06:49 +01:00
add focusedView variable to window title
This commit is contained in:
@@ -550,6 +550,7 @@ const registry = Registry.as<IConfigurationRegistry>(ConfigurationExtensions.Con
|
||||
localize('appName', "`${appName}`: e.g. VS Code."),
|
||||
localize('remoteName', "`${remoteName}`: e.g. SSH"),
|
||||
localize('dirty', "`${dirty}`: an indicator for when the active editor has unsaved changes."),
|
||||
localize('focusedView', "`${focusedView}`: the name of the view that is currently focused."),
|
||||
localize('separator', "`${separator}`: a conditional separator (\" - \") that only shows when surrounded by variables with values or static text.")
|
||||
].join('\n- '); // intentionally concatenated to not produce a string that is too long for translations
|
||||
|
||||
|
||||
Reference in New Issue
Block a user