From b69cb5d0a547d84c8b1998924a7481718544c416 Mon Sep 17 00:00:00 2001 From: Benjamin Pasero Date: Mon, 26 Sep 2016 10:00:43 +0200 Subject: [PATCH] settings wording --- src/vs/workbench/electron-browser/main.contribution.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vs/workbench/electron-browser/main.contribution.ts b/src/vs/workbench/electron-browser/main.contribution.ts index f0aa683d480..9bc0cb7be62 100644 --- a/src/vs/workbench/electron-browser/main.contribution.ts +++ b/src/vs/workbench/electron-browser/main.contribution.ts @@ -76,7 +76,7 @@ configurationRegistry.registerConfiguration({ }, 'workbench.editor.showIcons': { 'type': 'boolean', - 'description': nls.localize('showIcons', "Controls if opened editors should show with an icon or not."), + 'description': nls.localize('showIcons', "Controls if opened editors should show with an icon or not. This requires an icon theme to be enabled as well."), 'default': true }, 'workbench.editor.enablePreview': { -- GitLab