From 0aae9f07d1d6a4f0ff30c75510500b74496a7bfb Mon Sep 17 00:00:00 2001 From: yusing Date: Mon, 23 Feb 2026 11:34:44 +0800 Subject: [PATCH] chore(vscode): update YAML schema paths in settings example --- .vscode/settings.example.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.vscode/settings.example.json b/.vscode/settings.example.json index a971a02e..4a987a37 100644 --- a/.vscode/settings.example.json +++ b/.vscode/settings.example.json @@ -1,11 +1,11 @@ { "yaml.schemas": { - "https://github.com/yusing/godoxy-webui/raw/refs/heads/main/types/godoxy/config.schema.json": [ + "https://github.com/yusing/godoxy-webui/raw/refs/heads/main/src/types/godoxy/config.schema.json": [ "config.example.yml", "config.yml" ], - "https://github.com/yusing/godoxy-webui/raw/refs/heads/main/types/godoxy/routes.schema.json": [ + "https://github.com/yusing/godoxy-webui/raw/refs/heads/main/src/types/godoxy/routes.schema.json": [ "providers.example.yml" ] } -} \ No newline at end of file +}