Closed nandorojo closed 2 years ago
I agree. The unfortunate thing here is that EAS uses Joi to validate the schema. Where we use JSON Schema in both Vscode and the app.json
schema validation. I've tried using tools that converts Joi to a JSON schema, but a lot of those tools isn't fully working.
Do you know of any tool that might be relevant here?
:tada: This issue has been resolved in version 0.8.0 :tada:
The release is available on GitHub release
Your semantic-release bot :package::rocket:
Description of the feature
It would be nice to get autocomplete for
eas.json
Motivation
The API for
eas.json
has changed a few times. It would be nice to have up-to-date autocomplete, since it doesn't support ts files the wayapp.config.ts
does.