mirror of
https://github.com/yusing/godoxy.git
synced 2025-05-19 20:32:35 +02:00
typos fix and url update for schema
This commit is contained in:
parent
90f4aac946
commit
6a54fc85ac
2 changed files with 7 additions and 6 deletions
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",
|
||||
]
|
||||
|
|
Loading…
Add table
Reference in a new issue