Skip to content

Commit

Permalink
feature: add expo-module.config.json intellisense (#114)
Browse files Browse the repository at this point in the history
  • Loading branch information
byCedric committed Jul 5, 2022
1 parent d80c518 commit a8024dd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Expand Up @@ -45,6 +45,10 @@
{
"fileMatch": "store.config.json",
"url": "https://raw.githubusercontent.com/expo/vscode-expo/schemas/schema/eas-metadata.json"
},
{
"fileMatch": "expo-module.config.json",
"url": "https://raw.githubusercontent.com/expo/vscode-expo/schemas/schema/expo-module.json"
}
],
"commands": [
Expand Down

0 comments on commit a8024dd

Please sign in to comment.