We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7db54f commit 168df5bCopy full SHA for 168df5b
src/vs/platform/list/browser/listService.ts
@@ -1480,7 +1480,7 @@ configurationRegistry.registerConfiguration({
1480
},
1481
[treeStickyScroll]: {
1482
type: 'boolean',
1483
- default: product.quality !== 'stable',
+ default: typeof product.quality === 'string' && product.quality !== 'stable', // only enable as default in insiders
1484
description: localize('sticky scroll', "Controls whether sticky scrolling is enabled in trees."),
1485
1486
[treeStickyScrollMaxElements]: {
0 commit comments