Interrupt / delverengine

Delver game engine and editor
zlib License
803 stars 80 forks source link

JSON Schemas Broken #117

Closed PythooonUser closed 4 years ago

PythooonUser commented 4 years ago

Summary

A definition is missing in the JSON schemas which causes the entire intellisense to break.

$ref '/definitions/TriggerLike' in '/delverengine/jsonschema/current/Interfaces.schema.json' can not be resolved.

joshuaskelly commented 4 years ago

Apologies. I try to test on both IntelliJ and VSCode. Apparently IntelliJ is more resilient for these kinds of errors.

PythooonUser commented 4 years ago

Okay, using the schemas by defining them in .vscode/settings.json works as intended. Closing.