Skip to content

Commit 204d0b3

Browse files
authored
window.title setting feedback (fix microsoft#191579) (microsoft#191885)
1 parent 6d62f83 commit 204d0b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/workbench/browser/workbench.contribution.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -533,7 +533,7 @@ const registry = Registry.as<IConfigurationRegistry>(ConfigurationExtensions.Con
533533

534534
// Window
535535

536-
let windowTitleDescription = localize('windowTitle', "Controls the window title based on the active editor. Variables are substituted based on the context:");
536+
let windowTitleDescription = localize('windowTitle', "Controls the window title based on the current context such as the opened workspace or active editor. Variables are substituted based on the context:");
537537
windowTitleDescription += '\n- ' + [
538538
localize('activeEditorShort', "`${activeEditorShort}`: the file name (e.g. myFile.txt)."),
539539
localize('activeEditorMedium', "`${activeEditorMedium}`: the path of the file relative to the workspace folder (e.g. myFolder/myFileFolder/myFile.txt)."),

0 commit comments

Comments
 (0)