Skip to content

Property $schema is not allowed. #254276

Closed
Closed
@loynoir

Description

@loynoir

Does this issue occur when all extensions are disabled?: Yes/No

  • VS Code Version:
  • OS Version:

Steps to Reproduce:

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Node",
  "type": "object",
  "properties": {
    "value": {
      "type": "string"
    }
  },
  "additionalProperties": false,
  "required": [
    "value"
  ]
}
{
  "$schema": "file:///tmp/temporary-config-reproduce.schema.json",
  "value": "42"
}
Property $schema is not allowed.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions