JetBrains / resharper-unity

Unity support for both ReSharper and Rider
Apache License 2.0
1.21k stars 134 forks source link

Set correct JSON schema for manifest.json and package.json #704

Open citizenmatt opened 6 years ago

citizenmatt commented 6 years ago

When working with Unity packages, Rider will set the schema for manifest.json to "foxx-manifest" via the schemastore.org catalog. It appears to set the schema for package.json internally.

Make sure these files are using the correct schema.

citizenmatt commented 6 years ago

We can actually use the package.json schema, as Unity's packages are based on npm