From 8d9ddd76c08b6517adcf21cdd3f2fc8ef1a1d9a1 Mon Sep 17 00:00:00 2001 From: Yassine Doghri Date: Sun, 26 May 2024 15:40:53 +0000 Subject: [PATCH] refactor(plugins): rename manifest schema --- .devcontainer/devcontainer.json | 2 +- modules/Plugins/Manifest/{schema.json => manifest.schema.json} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename modules/Plugins/Manifest/{schema.json => manifest.schema.json} (100%) 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