24 lines
652 B
JSON
24 lines
652 B
JSON
{
|
|
"search.exclude": {
|
|
"**/__generated__": true,
|
|
"**/xliff": true
|
|
},
|
|
"lit-plugin.strict": true,
|
|
"lit-plugin.rules.no-missing-import": "off",
|
|
"lit-plugin.globalTags": ["replay-web-page"],
|
|
"lit-plugin.maxNodeModuleImportDepth": -1,
|
|
"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"
|
|
],
|
|
"cSpell.words": [
|
|
"btrix"
|
|
]
|
|
}
|