Does not work at all
// TODO: //TODO:
Doesn't matter what, none of it works. Reinstalling/disabling/renabling does not help. Nothing is working.
That's a weird issue. 🤔
I just confirmed it still works for my without any problems on Windows and Mac OS with latest versions of VS Code and the extension.
I'n not a developer on the repo, but I wanted to see if I could help you out because I know how useful the extension is for me.
- Has it ever worked?
- Do any of the other flags work?
- Using latest VS Code?
- Even on a new project?
- What do your User Settings look like?
- You should see something like this:
- Regex Pattern to Look for:
"todo-tree.regex.regex": "(//|#|<!--|;|/\\*|^|^[ \\t]*(-|\\d+.))\\s*($TAGS))" - Tags to Look for
"todo-tree.general.tags": [ "BUG", "HACK", "FIXME", "TODO", "XXX", "[ ]", "[x]" ] - Regex Pattern to Look for:
- You should see something like this:
- Have you tried to reset User Settings?
That's a weird issue. 🤔
I just confirmed it still works for my without any problems on Windows and Mac OS with latest versions of VS Code and the extension.
I'n not a developer on the repo, but I wanted to see if I could help you out because I know how useful the extension is for me.
Has it ever worked?
Do any of the other flags work?
Using latest VS Code?
Even on a new project?
What do your User Settings look like?
You should see something like this:
- Regex Pattern to Look for:
"todo-tree.regex.regex": "(//|#|<!--|;|/\|^|^[ \t](-|\d+.))\s*($TAGS))"
- Tags to Look for
"todo-tree.general.tags": [ "BUG", "HACK", "FIXME", "TODO", "XXX", "[ ]", "[x]" ]
Have you tried to reset User Settings?
I had tried reset, uninstalling, and restarting extensions multiple times but was unable to get it working. After another uninstall and restart of VSCode it seems to work normally. I'm not sure what was causing the issue.