mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 01:35:00 +00:00
Added more clear error messages when universal-ctags is disabled per issue #31
This commit is contained in:
parent
e98db7dfce
commit
1f16b15f92
3 changed files with 27 additions and 3 deletions
|
@ -178,7 +178,8 @@ class Coder:
|
|||
self.io.tool_output(f"Repo-map: universal-ctags using {map_tokens} tokens")
|
||||
elif not self.repo_map.has_ctags and map_tokens > 0:
|
||||
self.io.tool_output(
|
||||
f"Repo-map: basic using {map_tokens} tokens (universal-ctags not found)"
|
||||
f"Repo-map: basic using {map_tokens} tokens"
|
||||
f" ({self.repo_map.ctags_disabled_reason})"
|
||||
)
|
||||
else:
|
||||
self.io.tool_output("Repo-map: disabled because map_tokens == 0")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue