Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doesn't work out of the box #868

Open
sanjayssk opened this issue Sep 21, 2024 · 7 comments
Open

Doesn't work out of the box #868

sanjayssk opened this issue Sep 21, 2024 · 7 comments

Comments

@sanjayssk
Copy link

Installed and showed nothing except dist bundle folders. Uninstalled, reinstalled no luck. Shouldn't it default to all sources?

@sascharo
Copy link

Shouldn't it default to all sources?

It never worked for me either. I gave it a try with different VS Code versions and profiles over the years. It never showed anything, and I didn't spend enough time to get it to work so far.

Did you have any luck? @sanjayssk

@DaveParr
Copy link

Weird, I've had great experience with this for years.

Something to check: when you open vs code you need to open a folder containing a number of files with suitably formatted strings. Were you maybe opening a single file? or in a language which has a tricky comment structure?

@sascharo
Copy link

Weird, I've had great experience with this for years.

Something to check: when you open vs code you need to open a folder containing a number of files with suitably formatted strings. Were you maybe opening a single file? or in a language which has a tricky comment structure?

I tried it in Rust and Python projects. The extension didn't do anything in any of them.

@ThomasGHenry-agoraukltd
Copy link

ThomasGHenry-agoraukltd commented Oct 12, 2024

EDIT: adding local rg path to config fixed this for me

I see this on both install and reload

Todo-Tree: /bin/sh: /Applications/Cursor.app/Contents/Resources/app/node_modules.asar.unpacked/@vscode/ripgrep/bin/rg: Bad CPU type in executable

@DaveParr
Copy link

@sascharo sorry to hear that. It works great for me in both languages :(

@joshkopecek
Copy link

I did the following, and got it to show everything in the workspace again

  1. Made sure ripgrep is installed
  2. Pointed the settings to the ripgrep install which rg
  3. Removed my setting for the Root Folder (under General in Todo Tree settings)

@geocomm-shenningsgard
Copy link

For what it's worth, I expected when I installed this plugin to see TODO items in the Explorer. It turns out it has its own tree view that's separate. Works great here after installing rg, pointing the settings as @joshkopecek recommended, and finding the window with the tree view!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants