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

fix: set language for app manifests and eas to jsonc #137

Closed byCedric closed 2 years ago

byCedric commented 2 years ago

Linked issue

Fixes #66

Additional context

Note that we support JSON5 instead of the non-spec-conform-thing called "JSON with Comments (JSONC)". Unfortunately, this is what ships with vscode by default. JSON5 isn't available without other extensions that register the grammar.

See: https://github.com/microsoft/vscode/issues/100688

github-actions[bot] commented 2 years ago

:tada: This PR is included in version 0.9.1 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: