Configure todo-tree to find tags which are not at the start of a comment

This commit is contained in:
Thomas Jensen 2021-04-15 10:56:23 +02:00
parent aa36998f77
commit 885bc9d498
No known key found for this signature in database
GPG Key ID: A4ACEE270D0FB7DB

View File

@ -35,7 +35,7 @@
],
"todo-tree.general.statusBar": "total",
"todo-tree.general.tags": ["TODO", "FIXME", "CHECK"],
"todo-tree.regex.regex": "(//|#|<!--|\"|/\\*|^\\s*\\*)\\s*($TAGS)",
"todo-tree.regex.regex": "(//|#|<!--|\"|/\\*|^\\s*\\*).*?($TAGS)",
"todo-tree.tree.expanded": true,
"todo-tree.tree.showCountsInTree": true,