mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-28 04:23:32 +01:00
setting should mention lists
This commit is contained in:
@@ -1203,7 +1203,7 @@ configurationRegistry.registerConfiguration({
|
||||
[horizontalScrollingKey]: {
|
||||
'type': 'boolean',
|
||||
'default': false,
|
||||
'description': localize('horizontalScrolling setting', "Controls whether trees support horizontal scrolling in the workbench.")
|
||||
'description': localize('horizontalScrolling setting', "Controls whether lists and trees support horizontal scrolling in the workbench.")
|
||||
},
|
||||
[treeIndentKey]: {
|
||||
'type': 'number',
|
||||
|
||||
Reference in New Issue
Block a user