added config schema for validation
This commit is contained in:
parent
945fb8fbfb
commit
917703e8c2
12
.vscode/settings.json
vendored
12
.vscode/settings.json
vendored
|
@ -19,4 +19,14 @@
|
|||
"python.testing.autoTestDiscoverOnSaveEnabled": true,
|
||||
"python.testing.pytestEnabled": true,
|
||||
"python.defaultInterpreterPath": "${workspaceFolder}/.direnv/dev/bin/python3",
|
||||
}
|
||||
"yaml.schemas": {
|
||||
"https://squidfunk.github.io/mkdocs-material/schema.json": "mkdocs.yml"
|
||||
},
|
||||
"yaml.customTags": [
|
||||
"!ENV scalar",
|
||||
"!ENV sequence",
|
||||
"tag:yaml.org,2002:python/name:materialx.emoji.to_svg",
|
||||
"tag:yaml.org,2002:python/name:materialx.emoji.twemoji",
|
||||
"tag:yaml.org,2002:python/name:pymdownx.superfences.fence_code_format"
|
||||
]
|
||||
}
|
Loading…
Reference in a new issue