mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-29 13:03:42 +01:00
fixes #67576
This commit is contained in:
@@ -1288,6 +1288,8 @@ configurationRegistry.registerConfiguration({
|
||||
[treeIndentKey]: {
|
||||
'type': 'number',
|
||||
'default': 8,
|
||||
minimum: 0,
|
||||
maximum: 20,
|
||||
'description': localize('tree indent setting', "Controls tree indentation in pixels.")
|
||||
},
|
||||
[keyboardNavigationSettingKey]: {
|
||||
|
||||
Reference in New Issue
Block a user