diff --git a/src/vs/workbench/api/common/configurationExtensionPoint.ts b/src/vs/workbench/api/common/configurationExtensionPoint.ts index 4e98dbc2f6c..5d483b337aa 100644 --- a/src/vs/workbench/api/common/configurationExtensionPoint.ts +++ b/src/vs/workbench/api/common/configurationExtensionPoint.ts @@ -34,7 +34,10 @@ const configurationEntrySchema: IJSONSchema = { }, additionalProperties: { anyOf: [ - { $ref: 'http://json-schema.org/draft-07/schema#' }, + { + title: nls.localize('vscode.extension.contributes.configuration.properties.schema', 'Schema of the configuration property.'), + $ref: 'http://json-schema.org/draft-07/schema#' + }, { type: 'object', properties: {