From 221650d5c9af7005f7e71696dfdd5ab9d33f3d6f Mon Sep 17 00:00:00 2001 From: Richard Herman Date: Tue, 13 Aug 2024 12:23:11 +0100 Subject: [PATCH] feat: add JSON schemas to vscode config, remove subjective settings --- template/.vscode/settings.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/template/.vscode/settings.json b/template/.vscode/settings.json index 0109b7d..ef8832f 100644 --- a/template/.vscode/settings.json +++ b/template/.vscode/settings.json @@ -3,13 +3,13 @@ "json.schemas": [ { "fileMatch": [ - "*/manifest.json" + "**/manifest.json" ], "url": "https://schemas.elgato.com/streamdeck/plugins/manifest.json" }, { "fileMatch": [ - "*/layouts/*.json" + "**/layouts/*.json" ], "url": "https://schemas.elgato.com/streamdeck/plugins/layout.json" }