From a8024dd1f460c0ae95db265e5394b761f97b152f Mon Sep 17 00:00:00 2001 From: Cedric van Putten Date: Tue, 5 Jul 2022 06:37:09 -0700 Subject: [PATCH] feature: add expo-module.config.json intellisense (#114) --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index 54342f96..1ebd81aa 100644 --- a/package.json +++ b/package.json @@ -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": [