提交 a9936c4f 编写于 作者: M Martin Aeschlimann

Improve 'iconTheme' description (For #28616)

上级 f14d6bb0
......@@ -955,7 +955,7 @@ const colorThemeSettingSchema: IJSONSchema = {
const iconThemeSettingSchema: IJSONSchema = {
type: ['string', 'null'],
default: DEFAULT_ICON_THEME_SETTING_VALUE,
description: nls.localize('iconTheme', "Specifies the icon theme used in the workbench."),
description: nls.localize('iconTheme', "Specifies the icon theme used in the workbench or 'null' to not show any file icons."),
enum: [null],
enumDescriptions: [nls.localize('noIconThemeDesc', 'No file icons')],
errorMessage: nls.localize('iconThemeError', "File icon theme is unknown or not installed.")
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册