From 10079e38c63f16cfc9f87f56b52cb30fc7830e45 Mon Sep 17 00:00:00 2001 From: Cedric van Putten Date: Sun, 3 Jul 2022 14:45:23 -0700 Subject: [PATCH] fix: enable expo xdl intellisense on app.config.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d5f024df..54342f96 100644 --- a/package.json +++ b/package.json @@ -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" }, {