mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-11-12 01:50:52 +01:00
22 lines
624 B
JSON
22 lines
624 B
JSON
{
|
|
"git.ignoreLimitWarning": true,
|
|
"search.exclude": {
|
|
"**/material": true,
|
|
"**/node_modules": true,
|
|
"**/package-lock.json": true
|
|
},
|
|
"search.followSymlinks": false,
|
|
"stylelint.validate": ["css", "scss"],
|
|
"typescript.tsdk": "node_modules/typescript/lib",
|
|
"yaml.schemas": {
|
|
"docs/schema.json": "mkdocs.yml"
|
|
},
|
|
"yaml.customTags": [
|
|
"!ENV scalar",
|
|
"!ENV sequence",
|
|
"tag:yaml.org,2002:python/name:material.extensions.emoji.to_svg",
|
|
"tag:yaml.org,2002:python/name:material.extensions.emoji.twemoji",
|
|
"tag:yaml.org,2002:python/name:pymdownx.superfences.fence_code_format"
|
|
]
|
|
}
|