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

Duplicate entries when refreshing and files have unsaved changes #637

Closed baincd closed 1 year ago

baincd commented 2 years ago

To recreate:

  1. Open a file to a new workspace
  2. Create new file "file1"
  3. Type "TODO hi" in file1 and save
  4. Edit the text in file1 to "TODO hello" and do not save
  5. Click the refresh button on the TODOs sidebar
  6. See TODOs from both the saved file, and the unsaved file

image