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

Works in node.js, not python #820

Open luketych opened 8 months ago

luketych commented 8 months ago

Not sure where to start. The regex looks good. It's searching in the correct directory. I've tried # TODO, ''' TODO ''', """ TODO """, etc but nothing is being found..

It works perfectly fine in my node.js projects.

Where do I begin to debug this issue? How can I help? Also, I disabled and re-enabled the extension. I removed all custom settings and returned everything back to defaults. I disabled a bunch of other extensions to see if there were any conflicts..

Any ideas?

3:12:49.752 Writing pattern file:/Users/luketych/Library/Application Support/Code/User/workspaceStorage/6981ac0797813f8a3c8f7d1774a5077d/Gruntfuggly.todo-tree/3to558ir2.txt
13:12:49.752 Pattern:(//|#|<!--|;|/\*|^|^[ \t]*(-|\d+.))\s*(\[x\]|\[ \]|XXX|TODO|HACK|FIXME|BUG)
13:12:49.752 Command: /Applications/Visual\ Studio\ Code.app/Contents/Resources/app/node_modules.asar.unpacked/@vscode/ripgrep/bin/rg --no-messages --vimgrep -H --column --line-number --color never --max-columns=1000 --no-config  -f "/Users/luketych/Library/Application Support/Code/User/workspaceStorage/6981ac0797813f8a3c8f7d1774a5077d/Gruntfuggly.todo-tree/3to558ir2.txt" -g "!**/node_modules/*/**" -g "!/Users/luketych/Dev/_Projects/_lightboxmediaGroup/poetry/**/*" "/Users/luketych/Dev/_Projects/_lightboxmediaGroup/poetry"
13:12:49.774 Found 0 items
13:12:49.775 Applying globs to 0 items...
13:12:49.775 Remaining items: 0