Skip to content

Commit

Permalink
fix: enable expo xdl intellisense on app.config.json (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
byCedric authored Jul 3, 2022
1 parent 6100163 commit 94cda4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"contributes": {
"jsonValidation": [
{
"fileMatch": "app.json",
"fileMatch": ["app.json", "app.config.json"],
"url": "https://raw.githubusercontent.com/expo/vscode-expo/schemas/schema/expo-xdl.json"
},
{
Expand Down

0 comments on commit 94cda4b

Please sign in to comment.