Skip to content

Commit a5bd17e

Browse files
authored
Merge pull request #198849 from abhijit-chikane/tree_sticky_scroll_config_fix
treeStickyScroll change default value to boolean
2 parents 8bd6c14 + 435acad commit a5bd17e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1479,7 +1479,7 @@ configurationRegistry.registerConfiguration({
14791479
},
14801480
[treeStickyScroll]: {
14811481
type: 'boolean',
1482-
default: 'false',
1482+
default: true,
14831483
description: localize('sticky scroll', "Controls whether sticky scrolling is enabled in trees."),
14841484
},
14851485
[treeStickyScrollMaxElements]: {

0 commit comments

Comments
 (0)