props/Props/.vscode/settings.json

7 lines
185 B
JSON

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