The configuration format has changed, so here is an update to the example outlined above
{ "todo-tree.tree.autoRefresh": true, "todo-tree.highlights.defaultHighlight": { "type": "text-and-comment" }, "todo-tree.highlights.customHighlight": { "TODO": { "foreground": "black", "background": "green", "iconColour": "green", "icon": "check", "type": "text" }, "FIXME": { "foreground": "black", "background": "red", "iconColour": "red", "icon": "bug" }, "REVIEW": { "foreground": "black", "background": "cyan", "iconColour": "lightblue", "icon": "eye" }, "HACK": { "foreground": "black", "background": "#FFA500", "iconColour": "orange", "icon": "alert" }, "REF": { "foreground": "black", "background": "grey", "iconColour": "grey", "icon": "link", "type": "tag" } }, "todo-tree.general.tags": [ "TODO", "FIXME", "REVIEW", "HACK", "REF" ] }
The mentioned TIL has also been updated, including some nifty snippets to write the suggested annotations
Are you sure you want to hide this comment? It will become hidden in your post, but will still be visible via the comment's permalink.
Hide child comments as well
Confirm
For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
The configuration format has changed, so here is an update to the example outlined above
The mentioned TIL has also been updated, including some nifty snippets to write the suggested annotations