From caa6bc95bf4caac1a4a5a6050ca5943f5985d897 Mon Sep 17 00:00:00 2001 From: Joao Moreno Date: Fri, 25 Jan 2019 17:27:28 +0100 Subject: [PATCH] setting should mention lists --- src/vs/platform/list/browser/listService.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vs/platform/list/browser/listService.ts b/src/vs/platform/list/browser/listService.ts index f19f80ebeb2..0957f20ddf8 100644 --- a/src/vs/platform/list/browser/listService.ts +++ b/src/vs/platform/list/browser/listService.ts @@ -1203,7 +1203,7 @@ configurationRegistry.registerConfiguration({ [horizontalScrollingKey]: { 'type': 'boolean', 'default': false, - 'description': localize('horizontalScrolling setting', "Controls whether trees support horizontal scrolling in the workbench.") + 'description': localize('horizontalScrolling setting', "Controls whether lists and trees support horizontal scrolling in the workbench.") }, [treeIndentKey]: { 'type': 'number',