Gruntfuggly / todo-tree

Use ripgrep to find TODO tags and display the results in a tree view
Other
1.42k stars 137 forks source link

gutter icon highlight invalid lines #647

Closed ctf0 closed 1 year ago

ctf0 commented 2 years ago
"todo-tree.highlights.defaultHighlight": {
        "icon": "alert",
        "type": "text-and-comment",
        "background": "#FFFFFF",
        "foreground": "#000000",
        "gutterIcon": true,
        "iconColour": "#F0AD64",
    },
"todo-tree.general.tags": [
        "BUG",
        "HACK",
        "FIXME",
        "TODO",
        "XXX",
        "TEST",
        "REVIEW",
        "console",
        "dd",
    ],
"todo-tree.regex.regex": "((//|#|({{|<!)--|/\\*|^)\\s*($TAGS)|^\\s*- \\[ \\])",
Screen Shot 2022-07-03 at 8 58 16 PM