expo / vscode-expo

Expo Tools keep you productive with debugging, IntelliSense, and prebuild previews
https://marketplace.visualstudio.com/items?itemName=expo.vscode-expo-tools
MIT License
433 stars 11 forks source link

Support `eas.json` #94

Closed nandorojo closed 2 years ago

nandorojo commented 2 years ago

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 way app.config.ts does.

byCedric commented 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?

github-actions[bot] commented 2 years ago

: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: