general

How to confirm that config.toml is indexed after running `scheduler --now`?

I learned that the code browser is only populated from the git provider menu and not from config.toml. How do I confirm that config.toml is indexed after running scheduler --now?

Ja

Jason Dekarske

Asked on Apr 25, 2024

  1. Check ~/.tabby/index and ~/.tabby/dataset to verify if config.toml is indexed.
  2. Use the following one-liner command to list repositories from files.jsonl:
grep -o '"git_url":"[^"]*"' files.jsonl* | sort -u
Apr 25, 2024Edited by