Gruntfuggly / todo-tree

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

Is multiple roots possible #609

Open aircleaner opened 2 years ago

aircleaner commented 2 years ago

I'm using https://marketplace.visualstudio.com/items?itemName=pajoma.vscode-journal for keeping notes on the side of my source code. But I have tried to setup todo-tree to show both my todos from the notes as well as from the source code I'm working with. But I cannot manage to get it to use multiple root folders, is this possible?

Gruntfuggly commented 1 year ago

Not sure I understand this? It will scan the workspace in the current window. If you need it to find stuff outside of the workspace you could try adding a soft link in the workspace to include it that way?

Gruntfuggly commented 1 year ago

Another alternative is to set the root folder (todo-tree.general.rootFolder) to a parent of both folders?