Skip to content

Commit 94a83ff

Browse files
authored
Increase default max item count for sticky scroll (microsoft#199575)
1 parent 858b389 commit 94a83ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/platform/list/browser/listService.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1485,7 +1485,7 @@ configurationRegistry.registerConfiguration({
14851485
[treeStickyScrollMaxElements]: {
14861486
type: 'number',
14871487
minimum: 1,
1488-
default: 5,
1488+
default: 7,
14891489
markdownDescription: localize('sticky scroll maximum items', "Controls the number of sticky elements displayed in the tree when `#workbench.tree.enableStickyScroll#` is enabled."),
14901490
},
14911491
[typeNavigationModeSettingKey]: {

0 commit comments

Comments
 (0)