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
?
Jason Dekarske
Asked on Apr 25, 2024
~/.tabby/index
and ~/.tabby/dataset
to verify if config.toml is indexed.files.jsonl
:grep -o '"git_url":"[^"]*"' files.jsonl* | sort -u