fix labels & comments about icon themes

This commit is contained in:
Martin Aeschlimann
2020-04-05 15:19:39 +02:00
parent fe36108236
commit 1aba0fb8e4
6 changed files with 9 additions and 9 deletions

View File

@@ -98,7 +98,7 @@ import { workbenchConfigurationNodeBase } from 'vs/workbench/common/configuratio
},
'workbench.editor.showIcons': {
'type': 'boolean',
'description': nls.localize('showIcons', "Controls whether opened editors should show with an icon or not. This requires an icon theme to be enabled as well."),
'description': nls.localize('showIcons', "Controls whether opened editors should show with an icon or not. This requires an file icon theme to be enabled as well."),
'default': true
},
'workbench.editor.enablePreview': {