GoDoxy/.vscode/settings.json

13 lines
No EOL
359 B
JSON
Executable file

{
"go.inferGopath": false,
"yaml.schemas": {
"https://gitbuh.com/yusing/go-proxy/schema/config.schema.json": [
"config.example.yml",
"config.yml"
],
"https://gitbuh.com/yusing/go-proxy/schema/providers.schema.json": [
"providers.example.yml",
"*.providers.yml",
]
}
}