todo-tree icon indicating copy to clipboard operation
todo-tree copied to clipboard

Does not work at all

Open joego2124 opened this issue 1 year ago • 2 comments

// TODO: //TODO:

Doesn't matter what, none of it works. Reinstalling/disabling/renabling does not help. Nothing is working.

joego2124 avatar Feb 23 '25 02:02 joego2124

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?

ErikPlachta avatar Feb 23 '25 13:02 ErikPlachta

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.

joego2124 avatar Mar 10 '25 06:03 joego2124