mirror of
https://github.com/ascii-boxes/boxes.git
synced 2025-01-20 20:58:35 +01:00
Configure todo-tree to find tags which are not at the start of a comment
This commit is contained in:
parent
aa36998f77
commit
885bc9d498
2
.vscode/settings.json
vendored
2
.vscode/settings.json
vendored
@ -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,
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user