mirror of
https://github.com/yusing/godoxy.git
synced 2026-04-17 22:19:42 +02:00
fixes, meaningful error messages and new features
This commit is contained in:
12
.vscode/settings.json
vendored
12
.vscode/settings.json
vendored
@@ -1,3 +1,13 @@
|
||||
{
|
||||
"go.inferGopath": false
|
||||
"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",
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user