9 lines
264 B
JSON
9 lines
264 B
JSON
{
|
|
"todo-tree.filtering.excludeGlobs": [
|
|
"**/node_modules",
|
|
"**/wwwroot"
|
|
],
|
|
"todo-tree.regex.regex": "((//|#|<!--|;|@\\*|/\\*|^)\\s*($TAGS)|^\\s*- \\[ \\])",
|
|
"todo-tree.regex.subTagRegex": "(\\*@)",
|
|
"editor.formatOnSave": true,
|
|
} |