mirror of
https://github.com/yusing/godoxy.git
synced 2025-07-22 04:14:04 +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,
|
"go.inferGopath": false,
|
||||||
"yaml.schemas": {
|
"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.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.example.yml",
|
||||||
"*.providers.yml",
|
"*.providers.yml"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -130,11 +130,11 @@ Modify `.vscode/settings.json` to fit your needs
|
||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
"yaml.schemas": {
|
"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.example.yml",
|
||||||
"config.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.example.yml",
|
||||||
"*.providers.yml",
|
"*.providers.yml",
|
||||||
]
|
]
|
||||||
|
|
Loading…
Add table
Reference in a new issue