rojo-rbx / vscode-rojo

Visual Studio Code plugin for Rojo
https://marketplace.visualstudio.com/items?itemName=evaera.vscode-rojo
Mozilla Public License 2.0
36 stars 23 forks source link

Make JSON schema error for $Name and $Parent #39

Closed OverHash closed 3 years ago

OverHash commented 3 years ago

In a Rojo project's schema, under $properties, having $Name or $Parent` set can mess up with Rojo's reconciliation. By making the JSON Schema error when the user attempts to set these properties, users will be less prone to making mistakes and causing duplicates when syncing.

OverHash commented 3 years ago

See rojo-rbx/rojo#391 for more details