diff --git a/.vscode/settings.json b/.vscode/settings.json index 0dd4568b..13956003 100755 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,13 +1,14 @@ { "go.inferGopath": false, "yaml.schemas": { - "https://gitbuh.com/yusing/go-proxy/schema/config.schema.json": [ + "https://github.com/yusing/go-proxy/raw/main/schema/config.schema.json": [ "config.example.yml", - "config.yml" + "config.yml", + "file:///config/workspace/go-proxy/config.example.yml" ], - "https://gitbuh.com/yusing/go-proxy/schema/providers.schema.json": [ + "https://github.com/yusing/go-proxy/raw/main/schema/providers.schema.json": [ "providers.example.yml", - "*.providers.yml", + "*.providers.yml" ] } } \ No newline at end of file diff --git a/README.md b/README.md index 5a1ee9e6..ee375fd1 100755 --- a/README.md +++ b/README.md @@ -130,11 +130,11 @@ Modify `.vscode/settings.json` to fit your needs ```json { "yaml.schemas": { - "https://gitbuh.com/yusing/go-proxy/schema/config.schema.json": [ + "https://github.com/yusing/go-proxy/raw/main/schema/config.schema.json": [ "config.example.yml", "config.yml" ], - "https://gitbuh.com/yusing/go-proxy/schema/providers.schema.json": [ + "https://github.com/yusing/go-proxy/raw/main/schema/providers.schema.json": [ "providers.example.yml", "*.providers.yml", ]