Gruntfuggly / todo-tree

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

Keeps showing up as Problem #780

Closed rickf2 closed 7 months ago

rickf2 commented 11 months ago

When i add a TODO or FIXME is shows up as a problem. it should not be a problem

Gruntfuggly commented 11 months ago

Problems should be completely independent from this extension. What language are you using? Can you post a screenshot?

marshall-buck commented 11 months ago

It's happening with me with dart files.
Screenshot 2023-08-05 at 5 42 38 PM

marshall-buck commented 7 months ago

Here is a fix that worked. add the following to the analysis_options.yaml file.

analyzer:
  errors:
    todo: ignore
rickf2 commented 7 months ago

sorry, i think it was my error. i have been using it okay. sorry