mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-29 13:03:42 +01:00
💄 wording
This commit is contained in:
@@ -46,7 +46,7 @@ import { workbenchConfigurationNodeBase } from 'vs/workbench/common/configuratio
|
||||
'type': 'string',
|
||||
'enum': ['content', 'name'],
|
||||
'enumDescriptions': [
|
||||
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."),
|
||||
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."),
|
||||
nls.localize('workbench.editor.untitled.labelFormat.name', "The name of the untitled file is not derived from the contents of the file."),
|
||||
],
|
||||
'default': 'content',
|
||||
|
||||
Reference in New Issue
Block a user