mirror of
https://github.com/yusing/godoxy.git
synced 2026-03-21 08:39:03 +01:00
typos fix and url update for schema
This commit is contained in:
9
.vscode/settings.json
vendored
9
.vscode/settings.json
vendored
@@ -1,13 +1,14 @@
|
||||
{
|
||||
"go.inferGopath": false,
|
||||
"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"
|
||||
"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.yml",
|
||||
"*.providers.yml"
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -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",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user