Skip to content

Commit

Permalink
Add warning for using horizontalScrolling setting #92151
Browse files Browse the repository at this point in the history
  • Loading branch information
isidorn committed Mar 6, 2020
1 parent d8b4303 commit ef26b31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vs/platform/list/browser/listService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1153,7 +1153,7 @@ configurationRegistry.registerConfiguration({
[horizontalScrollingKey]: {
'type': 'boolean',
'default': false,
'description': localize('horizontalScrolling setting', "Controls whether lists and trees support horizontal scrolling in the workbench.")
'description': localize('horizontalScrolling setting', "Controls whether lists and trees support horizontal scrolling in the workbench. Warning: turning on this setting has a performance implication.")
},
'workbench.tree.horizontalScrolling': {
'type': 'boolean',
Expand Down

0 comments on commit ef26b31

Please sign in to comment.