props/Props/.vscode/settings.json

8 lines
231 B
JSON
Raw Normal View History

{
"todo-tree.filtering.excludeGlobs": [
"**/node_modules",
"**/wwwroot"
],
2021-07-31 06:24:45 +00:00
"todo-tree.regex.regex": "((//|#|<!--|;|@\\*|/\\*|^)\\s*($TAGS)|^\\s*- \\[ \\])",
"todo-tree.regex.subTagRegex": "(\\*@)",
}