Skip to content

Commit 5efce5b

Browse files
committed
tokenColorCustomizationsExperimental: validation error in theme specific rule
1 parent 2f690b4 commit 5efce5b

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/vs/platform/theme/common/tokenClassificationRegistry.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,6 @@ class TokenClassificationRegistry implements ITokenClassificationRegistry {
295295
defaultSnippets: [{ label: nls.localize('schema.token.fontStyle.none', 'None (clear inherited style)'), bodyText: '""' }, { body: 'italic' }, { body: 'bold' }, { body: 'underline' }, { body: 'italic underline' }, { body: 'bold underline' }, { body: 'italic bold underline' }]
296296
}
297297
},
298-
additionalProperties: false,
299298
defaultSnippets: [{ body: { foreground: '${1:#FF0000}', fontStyle: '${2:bold}' } }]
300299
}
301300
}

0 commit comments

Comments
 (0)