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

Warn about usage of token background colors

上级 366d85a4
......@@ -124,6 +124,10 @@ export const tokenColorizationSettingSchema: IJSONSchema = {
format: 'color-hex',
defaultSnippets: [{ body: '${1:#FF0000}' }]
},
background: {
type: 'string',
deprecationMessage: nls.localize('schema.token.background.warning', 'Token background colors are currently not supported.')
},
fontStyle: {
type: 'string',
description: nls.localize('schema.token.fontStyle', 'Font style of the rule: One or a combination of \'italic\', \'bold\' and \'underline\''),
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册