[configuration] Describes a JSON file using a schema. ... pops up when hovering a property in package.json. Fixes #130449

This commit is contained in:
Martin Aeschlimann
2021-08-18 13:30:22 +02:00
parent a1aa33be41
commit 401fffe5d6

View File

@@ -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: {