mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-29 04:53:33 +01:00
[configuration] Describes a JSON file using a schema. ... pops up when hovering a property in package.json. Fixes #130449
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user