Gruntfuggly / todo-tree

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

todo-tree.tree.labelFormat $before statement not working #625

Open Pschittt opened 2 years ago

Pschittt commented 2 years ago

Hello,

It looks like the ${before} statement in the configuration todo-tree.tree.labelFormat doesn't work.

Configuration : "todo-tree.tree.labelFormat" : "${before}"

Example : - this is a task //TODO

The result : //TODO

Expectations in the task list : - this is a task

The idea is to have the text before the TAG and not after.