microsoft/vscode-json-languageservice

Intellisense is missing JSON Schema versions 2019-09, 2020-12

jeremyfiel opened this issue · 3 comments

When triggering Intellisense for $schema, I can't find the entries for the following schemas:

  • https://json-schema.org/draft/2019-09/schema
  • https://json-schema.org/draft/2020-12/schema

image

May be a duplicate.

Related:

May be a duplicate. See related microsoft/vscode#165219.

Not a dupe. That issue has to do with lack of $dynamicRef support. (meta features not currently supported in the language server)

Okay, but definitely dependent. I would recommend against offering the newer versions until those versions are fully supported.