2021-12-02 21:15:40 +03:00
|
|
|
{
|
|
|
|
"git.ignoreLimitWarning": true,
|
|
|
|
"search.exclude": {
|
|
|
|
"**/material": true,
|
|
|
|
"**/node_modules": true,
|
|
|
|
"**/package-lock.json": true
|
|
|
|
},
|
|
|
|
"search.followSymlinks": false,
|
|
|
|
"stylelint.validate": ["css", "scss"],
|
2022-01-29 18:14:52 +03:00
|
|
|
"typescript.tsdk": "node_modules/typescript/lib",
|
|
|
|
"yaml.schemas": {
|
|
|
|
"docs/schema.json": "mkdocs.yml"
|
|
|
|
},
|
|
|
|
"yaml.customTags": [
|
|
|
|
"!ENV scalar",
|
2022-02-01 10:43:27 +03:00
|
|
|
"!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"
|
2023-02-16 18:21:11 +03:00
|
|
|
],
|
|
|
|
"cSpell.words": [
|
|
|
|
"mkdocs"
|
2022-01-29 18:14:52 +03:00
|
|
|
]
|
2021-12-02 21:15:40 +03:00
|
|
|
}
|