microsoft / vscode-json-languageservice

JSON language service extracted from VSCode to be reused, e.g in the Monaco editor.
Other
261 stars 110 forks source link

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

Open jeremyfiel opened 1 year ago

jeremyfiel commented 1 year ago

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

image

gregsdennis commented 1 year ago

May be a duplicate.

Related:

jeremyfiel commented 1 year ago

May be a duplicate. See related https://github.com/microsoft/vscode/issues/165219.

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

gregsdennis commented 1 year ago

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