typos fix and url update for schema

This commit is contained in:
yusing 2024-03-27 06:33:02 +00:00
parent 90f4aac946
commit 6a54fc85ac
2 changed files with 7 additions and 6 deletions

View file

@ -1,13 +1,14 @@
{ {
"go.inferGopath": false, "go.inferGopath": false,
"yaml.schemas": { "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.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.example.yml",
"*.providers.yml", "*.providers.yml"
] ]
} }
} }

View file

@ -130,11 +130,11 @@ Modify `.vscode/settings.json` to fit your needs
```json ```json
{ {
"yaml.schemas": { "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.example.yml",
"config.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.example.yml",
"*.providers.yml", "*.providers.yml",
] ]