GoDoxy/.vscode/settings.example.json
2025-02-23 13:31:27 +08:00

11 lines
No EOL
277 B
JSON

{
"yaml.schemas": {
"https://github.com/yusing/go-proxy/raw/main/schemas/config.schema.json": [
"config.example.yml",
"config.yml"
],
"https://github.com/yusing/go-proxy/raw/main/schemas/routes.schema.json": [
"providers.example.yml"
]
}
}