Gruntfuggly / todo-tree

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

Comments get repeated within "TODO: Tags Pannel" when saving documents #687

Closed lazercaveman closed 1 year ago

lazercaveman commented 1 year ago

I have the problem that comments are repeated when saving a document within the output - so I see one and the same comment that I made somewhere 2,3,4,5 times (depends on how often I saved) in the panel. When manually refreshing the panel, the copies go away and everything is as it should be.

Bildschirmfoto 2022-10-24 um 15 59 57

"IMPROVE: specify type" is mentioned multiple times within the panel - and within the code it exists only once.

Gruntfuggly commented 1 year ago

I've just merged a PR which might fix this. Please can you try the latest version (0.0.220) and see if it is still an issue?

lazercaveman commented 1 year ago

Hello @Gruntfuggly, I testet it, and it looks like the problem is solved now - thank you very much. : )