Right now getting all kinds of fix-comments as announced. For example this is just a comment that it has been fixed and should not be highlighted:

Can we have a setting for which words should be considered as todo highlight? You could set it up like this in settings.json:
{
"simpleTodo.overrideTodoWords": [
"TODO",
"Bug",
"Something"
]
}
Right now getting all kinds of fix-comments as announced. For example this is just a comment that it has been fixed and should not be highlighted:
Can we have a setting for which words should be considered as todo highlight? You could set it up like this in settings.json:
{ "simpleTodo.overrideTodoWords": [ "TODO", "Bug", "Something" ] }