2021-12-02 19:15:40 +01: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 16:14:52 +01:00
|
|
|
"typescript.tsdk": "node_modules/typescript/lib",
|
|
|
|
"yaml.schemas": {
|
|
|
|
"docs/schema.json": "mkdocs.yml"
|
|
|
|
},
|
|
|
|
"yaml.customTags": [
|
|
|
|
"!ENV scalar",
|
2022-02-01 08:43:27 +01:00
|
|
|
"!ENV sequence",
|
2023-09-21 18:56:35 +02:00
|
|
|
"tag:yaml.org,2002:python/name:material.extensions.emoji.to_svg",
|
|
|
|
"tag:yaml.org,2002:python/name:material.extensions.emoji.twemoji",
|
2022-02-01 08:43:27 +01:00
|
|
|
"tag:yaml.org,2002:python/name:pymdownx.superfences.fence_code_format"
|
2022-01-29 16:14:52 +01:00
|
|
|
]
|
2021-12-02 19:15:40 +01:00
|
|
|
}
|