diff --git a/src/vs/workbench/services/themes/common/colorThemeSchema.ts b/src/vs/workbench/services/themes/common/colorThemeSchema.ts index 6a98d506ae9..142c65e0814 100644 --- a/src/vs/workbench/services/themes/common/colorThemeSchema.ts +++ b/src/vs/workbench/services/themes/common/colorThemeSchema.ts @@ -212,7 +212,7 @@ const textmateColorSchema: IJSONSchema = { } }, required: [ - 'settings', 'scope' + 'settings' ], additionalProperties: false }