Skip to content

Commit 8aab237

Browse files
author
Jackson Kearl
committed
Add link to sort description
1 parent 0f69073 commit 8aab237

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@ configurationRegistry.registerConfiguration({
404404
nls.localize('sortOrder.modified', 'Files and folders are sorted by last modified date in descending order. Folders are displayed before files.'),
405405
nls.localize('sortOrder.foldersNestsFiles', 'Files and folders are sorted by their names. Folders are displayed before files. Files with nested children are displayed before other files.')
406406
],
407-
'description': nls.localize('sortOrder', "Controls the property-based sorting of files and folders in the explorer.")
407+
'description': nls.localize('sortOrder', "Controls the property-based sorting of files and folders in the explorer. When `#explorer.experimental.fileNesting.enabled#` is enabled, also controls sorting of nested files.")
408408
},
409409
'explorer.sortOrderLexicographicOptions': {
410410
'type': 'string',

0 commit comments

Comments
 (0)