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

@@ -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",
]