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" }