diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 07f901ad..d57408cb 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -34,7 +34,7 @@ "json.schemas": [ { "fileMatch": ["plugins/**/manifest.json"], - "url": "/workspaces/castopod/modules/Plugins/Manifest/schema.json" + "url": "/workspaces/castopod/modules/Plugins/Manifest/manifest.schema.json" } ] }, diff --git a/modules/Plugins/Manifest/schema.json b/modules/Plugins/Manifest/manifest.schema.json similarity index 100% rename from modules/Plugins/Manifest/schema.json rename to modules/Plugins/Manifest/manifest.schema.json