mkdocs-material/.vscode/settings.json

19 lines
407 B
JSON
Raw Normal View History

{
"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",
"!ENV sequence"
]
}