Gruntfuggly / todo-tree

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

Nothing found on WSL #846

Open mathisgauthey opened 4 months ago

mathisgauthey commented 4 months ago

Hey there, I just installed the plugin and use it on VSCode remotely connected to my WSL.

So my codebase is inside odoo-dev-env in WSL and VS Code is installed on Windows, this is a standard setup nowadays.

Here are the logs :

09:07:04.794 Automatic Git refresh disabled
09:07:04.796 Periodic refresh disabled
09:07:04.844 Searching /home/mat/documents/odoo-dev-env...
09:07:04.844 Writing pattern file:/home/mat/.vscode-server/data/User/workspaceStorage/17d9148e293f829c01494a73df71ac26/Gruntfuggly.todo-tree/1n5x8khsd7.txt
09:07:04.845 Pattern:(//|#|<!--|;|/\*|^|^[ \t]*(-|\d+.))\s*(\[x\]|\[ \]|XXX|TODO|HACK|FIXME|BUG)
09:07:04.845 Command: /home/mat/.vscode-server/bin/dc96b837cf6bb4af9cd736aa3af08cf8279f7685/node_modules/@vscode/ripgrep/bin/rg --no-messages --vimgrep -H --column --line-number --color never --max-columns=1000 --no-config  -f "/home/mat/.vscode-server/data/User/workspaceStorage/17d9148e293f829c01494a73df71ac26/Gruntfuggly.todo-tree/1n5x8khsd7.txt" -g "!**/node_modules/*/**" "/home/mat/documents/odoo-dev-env"
09:07:05.187 Found 0 items
09:07:05.187 Applying globs to 0 items...
09:07:05.188 Remaining items: 0

I don't understand what's wrong, I do have loads of TODO in my workspace, which I don't understand.

Thanks in advance and have a great day !

bcdiaconu commented 4 months ago

Similar issues here. On my side sometimes it displays correctly, sometimes empty and sometime partial results appear

mathisgauthey commented 4 months ago

I can see TODOS from current file but not from across the workspace indeed.