You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/vs/workbench/browser/workbench.contribution.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -46,7 +46,7 @@ import { workbenchConfigurationNodeBase } from 'vs/workbench/common/configuratio
46
46
'type': 'string',
47
47
'enum': ['content','name'],
48
48
'enumDescriptions': [
49
-
nls.localize('workbench.editor.untitled.labelFormat.content',"The name of the untitled file is derived from the contents of its first line with a fallback to the name in case the line is empty or contains no word characters."),
49
+
nls.localize('workbench.editor.untitled.labelFormat.content',"The name of the untitled file is derived from the contents of its first line unless it has an associated file path. It will fallback to the name in case the line is empty or contains no word characters."),
50
50
nls.localize('workbench.editor.untitled.labelFormat.name',"The name of the untitled file is not derived from the contents of the file."),
0 commit comments