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