mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-11-13 18:40:54 +01:00
12 lines
278 B
JSON
12 lines
278 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"
|
|
}
|