You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
563 B
23 lines
563 B
{
|
|
"files.associations": {
|
|
".pages": "yaml"
|
|
},
|
|
"yaml.schemas": {
|
|
"https://raw.githubusercontent.com/compose-spec/compose-spec/master/schema/compose-spec.json": "untitled:Untitled-1"
|
|
},
|
|
"json.schemas": [
|
|
{
|
|
"fileMatch": ["docs/json/guide-only/*.json"],
|
|
"url": "./schemas/guide-only-cf.schema.json"
|
|
},
|
|
{
|
|
"fileMatch": ["docs/json/radarr/cf/*.json"],
|
|
"url": "./schemas/radarr-cf.schema.json"
|
|
},
|
|
{
|
|
"fileMatch": ["docs/json/sonarr/cf/*.json"],
|
|
"url": "./schemas/sonarr-cf.schema.json"
|
|
}
|
|
]
|
|
}
|