add focusedView variable to window title

This commit is contained in:
meganrogge
2023-08-16 13:25:07 -07:00
parent 719a6a6cdf
commit e5921ad238
5 changed files with 22 additions and 2 deletions

View File

@@ -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