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