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
},"The modifier to be used to add an item in trees and lists to a multi-selection with the mouse (for example in the explorer, open editors and scm view). The 'Open to Side' mouse gestures - if supported - will adapt such that they do not conflict with the multiselect modifier.")
1194
1194
},
1195
1195
[openModeSettingKey]: {
1196
-
'type': 'string',
1197
-
'enum': ['singleClick','doubleClick'],
1198
-
'default': 'singleClick',
1199
-
'description': localize({
1196
+
type: 'string',
1197
+
enum: ['singleClick','doubleClick'],
1198
+
default: 'singleClick',
1199
+
description: localize({
1200
1200
key: 'openModeModifier',
1201
1201
comment: ['`singleClick` and `doubleClick` refers to a value the setting can take and should not be localized.']
1202
1202
},"Controls how to open items in trees and lists using the mouse (if supported). Note that some trees and lists might choose to ignore this setting if it is not applicable.")
1203
1203
},
1204
1204
[horizontalScrollingKey]: {
1205
-
'type': 'boolean',
1206
-
'default': false,
1207
-
'description': localize('horizontalScrolling setting',"Controls whether lists and trees support horizontal scrolling in the workbench. Warning: turning on this setting has a performance implication.")
1205
+
type: 'boolean',
1206
+
default: false,
1207
+
description: localize('horizontalScrolling setting',"Controls whether lists and trees support horizontal scrolling in the workbench. Warning: turning on this setting has a performance implication.")
1208
1208
},
1209
1209
[treeIndentKey]: {
1210
-
'type': 'number',
1211
-
'default': 8,
1210
+
type: 'number',
1211
+
default: 8,
1212
1212
minimum: 0,
1213
1213
maximum: 40,
1214
-
'description': localize('tree indent setting',"Controls tree indentation in pixels.")
1214
+
description: localize('tree indent setting',"Controls tree indentation in pixels.")
description: localize('list smoothScrolling setting',"Controls whether lists and trees have smooth scrolling."),
1226
1226
},
1227
1227
[keyboardNavigationSettingKey]: {
1228
-
'type': 'string',
1229
-
'enum': ['simple','highlight','filter'],
1230
-
'enumDescriptions': [
1228
+
type: 'string',
1229
+
enum: ['simple','highlight','filter'],
1230
+
enumDescriptions: [
1231
1231
localize('keyboardNavigationSettingKey.simple',"Simple keyboard navigation focuses elements which match the keyboard input. Matching is done only on prefixes."),
1232
1232
localize('keyboardNavigationSettingKey.highlight',"Highlight keyboard navigation highlights elements which match the keyboard input. Further up and down navigation will traverse only the highlighted elements."),
1233
1233
localize('keyboardNavigationSettingKey.filter',"Filter keyboard navigation will filter out and hide all the elements which do not match the keyboard input.")
1234
1234
],
1235
-
'default': 'highlight',
1236
-
'description': localize('keyboardNavigationSettingKey',"Controls the keyboard navigation style for lists and trees in the workbench. Can be simple, highlight and filter.")
1235
+
default: 'highlight',
1236
+
description: localize('keyboardNavigationSettingKey',"Controls the keyboard navigation style for lists and trees in the workbench. Can be simple, highlight and filter.")
1237
1237
},
1238
1238
[automaticKeyboardNavigationSettingKey]: {
1239
-
'type': 'boolean',
1240
-
'default': true,
1239
+
type: 'boolean',
1240
+
default: true,
1241
1241
markdownDescription: localize('automatic keyboard navigation setting',"Controls whether keyboard navigation in lists and trees is automatically triggered simply by typing. If set to `false`, keyboard navigation is only triggered when executing the `list.toggleKeyboardNavigation` command, for which you can assign a keyboard shortcut.")
0 commit comments