16 lines
340 B
JSON
16 lines
340 B
JSON
{
|
|
"files.exclude": {
|
|
"*/system": true,
|
|
"system" : true,
|
|
"node_modules": true,
|
|
".vscode": true,
|
|
"lib": true,
|
|
"tsconfig.json": true
|
|
},
|
|
"search.exclude": {
|
|
"*/system": true
|
|
},
|
|
"css.lint.emptyRules": "ignore",
|
|
"html.customData": ["./lib/data/jelly_schema.json"]
|
|
}
|